Forum Moderators: phranque
<VirtualHost *>
ServerAdmin webmaster@example.net
ServerName example.com
ServerAlias www.example.com
<Proxy *>
Order deny,allow
Allow from all
</Proxy>
#I have also tried skipping this
ProxyRequests Off
#I have also tried skipping this
ProxyPreserveHost On
#I have also tried skipping this
proxyPassReverseCookiePath / /
#I have also tried using the domain name instead of localhost
ProxyPassReverse / http://localhost:8080/<Web_App_Context>/
ProxyPass / http://localhost:8080/<Web_App_Context>/