Skip to content

Instantly share code, notes, and snippets.

@cluther
Created June 22, 2015 15:17
Show Gist options
  • Save cluther/a883fd71fb64a514b3f9 to your computer and use it in GitHub Desktop.
Save cluther/a883fd71fb64a514b3f9 to your computer and use it in GitHub Desktop.
zenoss5-httpd-rproxy.conf
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