Wednesday, June 13, 2012

Apache proxypass not working - end the url with /

If your apache proxypass does not work as expected then first thing to verify
> Make sure that the url end with a /

Correct configuration
ProxyPass /myservice/    http:/119.118.110.111:1213/myservice/


Wrong configuration
ProxyPass /myservice    http:/119.118.110.111:1213/myservice

No comments:

Post a Comment