https://issues.apache.org/bugzilla/show_bug.cgi?id=29744
--- Comment #102 from somebody <[email protected]> 2009-12-12 20:04:19 UTC --- I tried the patch. Patch applied successfully but it still does not work with SSL. This is my configuration in httpd.conf #===================================================== <VirtualHost 123.123.123.123:443> ServerName lol.mydomain.com SSLEngine on SSLCertificateFile /root/SSL/ssh-proxy/server.crt SSLCertificateKeyFile /root/SSL/ssh-proxy/server.key CustomLog "/root/empty/ssh-access.log" common ErrorLog "/root/empty/ssh-error.log" HostnameLookups On ProxyRequests on AllowCONNECT 22 2022 ProxyVia on <ProxyMatch lol.mydomain.com> Order deny,allow Deny from all Allow from 59.93 </ProxyMatch> </VirtualHost> #===================================================== It works if I disable SSL -- 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]
