I want to know how does directive
ProxyPass
and ProxyPassReverse work
if I have an application on an internal webserver running on port 8080 on Lan
but I want it to be accessible on internet via Server A which has public IP
but firewall (which I do not have control blocks all except port 80)

Server A -----------------------------------------Server B
Public IP                                         LAN
(Port 8080 blocked)

if I write

ProxyPass     /application   http://192.168.1.5:8080
ProxyPassReverse  /application http://192.168.1.5:8080

will the application be accessible outside.

-- 
Tapas

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
   "   from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to