Reverse Proxy in Apache

Discussion in 'HOWTO-Related Questions' started by yasantha, May 21, 2009.

  1. yasantha

    yasantha New Member

    I followed this document (http://www.apachetutor.org/admin/reverseproxies) to set up a reverse proxy. But its not working properly on my Centos 5.2 server. I tested both methods (easy and complex) but couldnt do it.

    If I set ..
    ProxyPass / http://internal1.example.com/
    ProxyPassReverse / http://internal1.example.com/
    Its working fine.

    The issue is, then I cant have more than one reverse proxy for a single virtual host. I want to have a setup just like the one explained in the above doc. After setting it up, I can only get to the home page of the internal server and cant go beyond that. "app1" or "app2" is not coming to the address, so that the link fails. Is there any solution for this. Please help.
     

Share This Page