Apache Reverse Proxy
August 7, 2007 – 4:21 pmTip courtesy of Kyle Reynolds at http://www.camelrichard.org
In httpd.conf
ProxyRequests Off <Proxy *> Order deny,allow Allow from all </Proxy> ProxyPass /roller/ http://hostname:8080/roller/ ProxyPassReverse /roller/ http://hostname:8080/roller/ ProxyPass /roller http://hostname:8080/ ProxyPassReverse /roller http://hostname:8080/