You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Yefym Dmukh <Ye...@icw-global.com> on 2005/08/29 15:53:43 UTC

[users@httpd] Bug or Feature : global SSLVerifyClient in overrides the same in ?

Hi guys , 
please point me if it possible to the docu, cannot find anything related 
to the topic.


here is an example: 



<VirtualHost>
SSLVerifyClient optional

Alias /auth   /htdocs/authorisation
<Location "/auth">
SSLVerifyClient require
SSLOptions +ExportCertData +StdEnvVars
SSLVerifyDepth 5
Options None
</Location>

</VirtualHost>


Best Regards , 
Yefym