Hi, if some sys admin on this list have used Reverse Proxy thing on Linux or Windows just let me know. I am a bit confused as how does directive ProxyPass and ProxyPassReverse work in apache2. 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)
Code: External Server A -----------------------------------------Server B Firewall by Public IP LAN sysadmins (Port 8080 blocked)if I write Code: ProxyPass /application http://192.168.1.5:8080 ProxyPassReverse /application http://192.168.1.5:80801) Will the application be accessible outside. Or do I need to contact sysadmin to open 8080 for outside world in A in above diagram. Also does apache needs to listen at 8080 in above diagram at server A. Is there any other way to do the same in apache2.
_______________________________________________ Linux-PowerEdge mailing list [email protected] https://lists.us.dell.com/mailman/listinfo/linux-poweredge Please read the FAQ at http://lists.us.dell.com/faq
