Skip to content

Instantly share code, notes, and snippets.

@rodionbykov
Last active November 7, 2015 20:16
Show Gist options
  • Save rodionbykov/685d4a47714099a43557 to your computer and use it in GitHub Desktop.
Save rodionbykov/685d4a47714099a43557 to your computer and use it in GitHub Desktop.
# File: httpd.conf
ProxyPreserveHost On
ProxyPassReverse / ajp://localhost:8009/
RewriteEngine On
RewriteRule ^(.+\.cf[cm])$ ajp://localhost:8009$1 [P]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment