Created
June 22, 2015 15:17
-
-
Save cluther/a883fd71fb64a514b3f9 to your computer and use it in GitHub Desktop.
zenoss5-httpd-rproxy.conf
This file contains 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
NameVirtualHost *:443 | |
<VirtualHost *:443> | |
ServerName zen4 | |
SSLEngine on | |
SSLCertificateFile /etc/httpd/ssl/apache.crt | |
SSLCertificateKeyFile /etc/httpd/ssl/apache.key | |
SSLProxyEngine on | |
<Location /> | |
ProxyPass https://zenoss5.zendev/ | |
ProxyPassReverse https://zenoss5.zendev/ | |
SetOutputFilter INFLATE;SUBSTITUTE;DEFLATE | |
Substitute s|https://zenoss5.zendev|https://zen4|nq | |
</Location> | |
</VirtualHost> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment