https://issues.apache.org/bugzilla/show_bug.cgi?id=52542
--- Comment #5 from Aurélien Ansel <[email protected]> 2012-02-06 13:32:28 UTC --- The Apache is used in ReverseProxy mode ( but i have commented ProxyPass and ProxyPassReverse directives because they didn't work with the RewriteRules ) Some stuff of the configurations <VirtualHost *:*> SSLEngine On RewriteEngine On </VirtualHost> <Location/> SSLVerifyClient require SSLVerifyDepth 1 SSLOptions +StdEnvVars +ExportCertData RequestHeader set Remote-Name "%{SSL_CLIENT_S_DN}s" RequestHeader set Remote-Name-Client "%{SSL_CLIENT_S_DN_CN}s" RequestHeader set Remote-CA "%{SSL_CLIENT_I_DN_CN}s" </Location> I can't make tests with CustomLog for now, but later i will and i will post the results here. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
