Let\'s say I have the following configuration:
# Server names, admins, logs etc...
ProxyVia On
ProxyRequests Off
I use:
#other irrelevant configs here
ProxyPass /forum http://localhost:8080/myBB
ProxyPassReverse /forum http://localhost:8080/myBB
ProxyPass / http://localhost:8081/tomcat-app
ProxyPassReverse / http://localhost:8081/tomcat-app
You don't have to say "tomcat-app" if your tomcat app is the root app.