Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Httpd Wiki" for change 
notification.

The following page has been changed by megaspaz:
http://wiki.apache.org/httpd/Recipes/TomcatReverseProxy

The comment on the change is:
Bolded ***Note*** section.

------------------------------------------------------------------------------
  
  You can test to see that your proxy is working by accessing 
http://localhost/webapps. You should see the default Tomcat homepage. Note, 
that '''/webapps''' in the '''!ProxyPass''' and '''!ReverseProxyPass''' lines 
can be whatever you want. You can use '''/foo''' if you want and you can access 
Tomcat with http://localhost/foo.
  
- ***Note*** If you get proxy forbidden errors in your error log, you can add 
the following code block below and restart Apache to try to fix the error.
+ '''***Note***''' If you get proxy forbidden errors in your error log, you can 
add the following code block below and restart Apache to try to fix the error.
  
  {{{<Proxy *>
    Order deny,allow

Reply via email to