SSLVerifyClient in .htaccess
am 01.02.2008 14:08:10 von Manhattan Project
Hi,
I use Apache-ssl 1.3 (Debian-Linux). When I setup SSLVerifyClient in
httpd.conf it works fine but applies to whole webserver. I'd like to
restrict certificate verification only to one directory. When I put as is
(SSLVerifyClient 2 and so on) in the .htaccess file - apache-ssl says:
#SSLVerifyClient not allowed here
# failed!
It desn't work any better when I put it in section.
How shall I use SSLVerifyClient within .htaccess file with apache-ssl?
Thx in advance.
235U
Re: SSLVerifyClient in .htaccess
am 01.02.2008 15:53:55 von phantom
"Manhattan Project" wrote in message
news:fnv5js$26j$1@news.onet.pl...
> Hi,
>
> I use Apache-ssl 1.3 (Debian-Linux). When I setup SSLVerifyClient in
> httpd.conf it works fine but applies to whole webserver. I'd like to
> restrict certificate verification only to one directory. When I put as is
> (SSLVerifyClient 2 and so on) in the .htaccess file - apache-ssl says:
>
> #SSLVerifyClient not allowed here
> # failed!
>
> It desn't work any better when I put it in section.
> How shall I use SSLVerifyClient within .htaccess file with apache-ssl?
>
Not an option I've used, but, have you tried puttion it in a
directive?
i.e. if you are restricting http://foo/here/ -
SSLVerifyClient...
Re: SSLVerifyClient in .htaccess
am 01.02.2008 18:06:23 von Manhattan Project
> Not an option I've used, but, have you tried puttion it in a
> directive?
> i.e. if you are restricting http://foo/here/ -
>
>
> SSLVerifyClient...
>
>
Still 'SSLVerifyClient' not allowed here either in htacces or httpd.conf