SSLVerifyClient applies to parent directory

2008-06-26 Thread Florian Hackenberger
Hi! First of all: Thanks for your great software, I've used it on several server and it proved to be very useful. I have a little problem with the SSLVerifyClient directive on apache 2.2.9 with mod_ssl compiled from source on debian etch. I have the following directory layout:

Re: SSLVerifyClient applies to parent directory

2008-06-26 Thread Cuesta Gilles
Florian Hackenberger a écrit : Hi! First of all: Thanks for your great software, I've used it on several server and it proved to be very useful. I have a little problem with the SSLVerifyClient directive on apache 2.2.9 with mod_ssl compiled from source on debian etch. I have the following

Re: SSLVerifyClient applies to parent directory

2008-06-26 Thread Florian Hackenberger
On Thursday 26 June 2008, Cuesta Gilles wrote: Maybe try this: Listen 443 VirtualHost *:443 SSLEngine On SSLCertificateFile /etc/apache2/ssl/acoveo.com.pem DocumentRoot /usr/local/htdocs Location /directory/subdirectory SSLVerifyClient require

Re: SSLVerifyClient applies to parent directory

2008-06-26 Thread Joe Orton
On Thu, Jun 26, 2008 at 05:55:45PM +0200, Florian Hackenberger wrote: Directory /usr/local/htdocs/directory/subdirectory SSLVerifyClient require SSLVerifyDepth 1 /Directory The problem is that apache denies access to: https//MYSERVER/directory It denies access for what

Re: SSLVerifyClient applies to parent directory

2008-06-26 Thread Florian Hackenberger
On Thursday 26 June 2008, Joe Orton wrote: It denies access for what type of request, a directory listing? Yes -- DI Florian Hackenberger [EMAIL PROTECTED] www.hackenberger.at __ Apache Interface to OpenSSL (mod_ssl)

Re: SSLVerifyClient applies to parent directory

2008-06-26 Thread Gilles Cuesta (Gmail)
Florian Hackenberger a écrit : On Thursday 26 June 2008, Cuesta Gilles wrote: Maybe try this: Listen 443 VirtualHost *:443 SSLEngine On SSLCertificateFile /etc/apache2/ssl/acoveo.com.pem DocumentRoot /usr/local/htdocs Location /directory/subdirectory