Re: .htaccess not processed with client authentication

2002-03-08 Thread James Barwick
Mads Toftum wrote: [EMAIL PROTECTED]"> On Fri, Mar 08, 2002 at 09:46:42AM +0800, Angus Lee wrote: Hi, Try to put all these directives in httpd.conf file andalso try to put the SSLRequire directive as follows But I want each user to set their client authenticatio

Re: .htaccess not processed with client authentication

2002-03-08 Thread Angus Lee
Hi, > ..htaccess (I missed the beginning of this question) - have you made sure > that AllowOverride allows the usage of .htaccess within those directories? Yes I do have something like this on my httpd.conf file: AllowOverride Options AuthConfig Limit Options Includes ExecCGI Will mo

Re: .htaccess not processed with client authentication

2002-03-07 Thread Mads Toftum
On Fri, Mar 08, 2002 at 09:46:42AM +0800, Angus Lee wrote: > Hi, > > > Try to put all these directives in httpd.conf file and > > also try to put the SSLRequire directive as follows > > But I want each user to set their client authentication access control to their >directory. > > Is there any

Re: .htaccess not processed with client authentication

2002-03-07 Thread Angus Lee
Hi, > Try to put all these directives in httpd.conf file and > also try to put the SSLRequire directive as follows But I want each user to set their client authentication access control to their directory. Is there any bug with previous versions of mod_ssl which would make client authenticati

Re: .htaccess not processed with client authentication

2002-03-07 Thread Shiva Murugesan
Try to put all these directives in httpd.conf file and also try to put the SSLRequire directive as follows SSLRequire %{SSL_CLIENT_M_SERIAL} eq "A6" -- Shiva --- Angus Lee <[EMAIL PROTECTED]> wrote: > Hi, list, > > I used .htaccess to add client authentication to > access a particular direct

.htaccess not processed with client authentication

2002-03-07 Thread Angus Lee
Hi, list, I used .htaccess to add client authentication to access a particular directory. However it seems that .htaccess is not processed occassionally when http request is made to an object in that directory. Anything wrong with my configuration? SSLRequireSSL SSLVerifyClient require SSLVeri