Created
May 22, 2009 17:44
-
-
Save matschaffer/116262 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <VirtualHost *:80> | |
| ServerName proxytest | |
| SSLProxyEngine on | |
| ProxyPass /uis http://hostthat/works | |
| ProxyPass /qcbin https://sslthatdoesntwork/qcbin | |
| ProxyRemote * http://proxyaddress:8080 | |
| </VirtualHost> | |
| # Logs show | |
| [Fri May 22 13:42:28 2009] [error] (60)Operation timed out: proxy: HTTPS: attempt to connect to ip_for_sslthatdoesntwork (sslthatdoesntwork) failed | |
| [Fri May 22 13:42:28 2009] [error] ap_proxy_connect_backend disabling worker for (sslthatdoesntwork) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment