Created
August 4, 2012 14:47
-
-
Save mmalmeida/3258187 to your computer and use it in GitHub Desktop.
apache config
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 configuration: | |
| wildcard NameVirtualHosts and _default_ servers: | |
| *:80 is a NameVirtualHost | |
| default server vps18841.ovh.net (/etc/apache2/sites-enabled/000-default:1) | |
| port 80 namevhost vps18841.ovh.net (/etc/apache2/sites-enabled/000-default:1) | |
| Syntax OK | |
| ###My conf.d file: | |
| LogLevel debug | |
| ProxyRequests Off | |
| <Proxy *> | |
| AddDefaultCharset Off | |
| Order deny,allow | |
| Allow from all | |
| </Proxy> | |
| ProxyPass /itc ajp://localhost:8009/manager | |
| ProxyPassReverse /itc ajp://localhost:8009/manager | |
| SetOutputFilter proxy-html | |
| ProxyHTMLURLMap /manager(.*)$ /itc/$1 R | |
| ProxyPreserveHost on |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment