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
> 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