icarius
September 3rd, 2009, 02:06 PM
I am trying to configure a reverse proxy using Apache. I can get the reverse proxy to partially work where it forwards the directory. I.E. When I connect to http://oso/gis/ it correctly forwards to my backend server which is located at http://antero/services. However, when I click on a link, it rewrites the entire url and I get a "Not Found" error.
This is what I have in my configuration file:
ProxyRequests Off
<Proxy *>
Order deny,allow
</Proxy>
ProxyPass /gis/ http://antero/services
ProxyPassReverse /gis/ http://antero/services
Any help on this would be greatly appreciated!
This is what I have in my configuration file:
ProxyRequests Off
<Proxy *>
Order deny,allow
</Proxy>
ProxyPass /gis/ http://antero/services
ProxyPassReverse /gis/ http://antero/services
Any help on this would be greatly appreciated!