Reverse proxy problem with apache
I am trying to do reverse proxy with configuration # directive ifModule mod_proxy.c ProxyRequests On directive Proxy * Order deny,allow # Deny from all Allow from all directive /Proxy ProxyPass / http://localhost:8080/mysocial ProxyPassReverse / http://localhost:8080/mysocial ProxyVia On directive IfModule mo...