Good Evening Everybody,

I was wondering if it is possible to have a different requirement for
a Location directive on different virtual host

e.g.
 suppose I have two virtualhosts declaration in two different file
called p.abc.net and q.abc.net in a single physical host.
They share declaration for same Location.

Can I declare in p.abc.net

<Location /Account/ >
                                SSLRequireSSL
                                SSLVerifyClient require
                                SSLVerifyDepth 5
                        </Location>

in q.abc.net I declared:
<Location /Account/ >
                                SSLRequireSSL

                        </Location>
In my case it seems declaration in p.abc.net overrides the declaration
in q.abc.net. Thus it asks for client cert.
Is there a way to circumvent it.

Thank you.
rn

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
   "   from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to