I\'m creating an html5 - JavaScript app (for mobile devices, using PhoneGap). I have to interact with a REST service.
The service is now running on \"http://lo
\"http://lo
You could simply add the given lines in the httpd.conf after enabling the proxy modules.
ProxyPreserveHost On ProxyPass /EMBackend http://localhost:8080/backend/mvc ProxyPassReverse /EMBackend http://localhost:8080/backend/mvc
Just restart the server and you are done.