DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=44350>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=44350 ------- Additional Comments From [EMAIL PROTECTED] 2008-02-09 09:00 ------- The previous example did not show the reality. Here's a new example. <VirtualHost 10.1.10.8:443 10.1.10.9:443> ServerName www.example.com ServerAdmin [EMAIL PROTECTED] SSLEngine on SSLCipherSuite ALL SSLProtocol -SSLv3 all SSLCertificateFile /files/x.cert SSLCertificateKeyFile /files/x.key ProxyPass /xyz http://www1/xyz ProxyPassReverse /xyz http://www1/xyz ProxyPass /XYZ http://www1/XYZ ProxyPassReverse /XYZ http://www1/XYZ # this section is repeated in other vhosts ProxyPass /aaa http://www2/aaa ProxyPassReverse /aaa http://www2/aaa ProxyPass /bbb http://www2/bbb ProxyPassReverse /bbb http://www2/bbb # end repeating section BrowserMatch ".*MSIE.*" \ ssl-unclean-shutdown \ downgrade-1.0 force-response-1.0 DocumentRoot /files SetEnv force-proxy-request-1.0 1 SetEnv proxy-nokeepalive 1 </VirtualHost> -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
