Re: [us...@httpd] how does ProxyPass works

2010-06-04 Thread Tapas Mishra
Thanks for your repsonse Nick but I had seen that link before posting here. On Sat, Jun 5, 2010 at 1:40 AM, Nick Kew wrote: > On Fri, 4 Jun 2010 20:07:38 +0530 > Tapas Mishra wrote: > >> ProxyPass     /application   http://192.168.1.5:8080 >> ProxyPassReverse  /application http://192.168.1.5:80

Re: [us...@httpd] how does ProxyPass works

2010-06-04 Thread Nick Kew
On Fri, 4 Jun 2010 20:07:38 +0530 Tapas Mishra wrote: > ProxyPass /application http://192.168.1.5:8080 > ProxyPassReverse /application http://192.168.1.5:8080 > > will the application be accessible outside. http://www.apachetutor.org/admin/reverseproxies -- Nick Kew --

[us...@httpd] how does ProxyPass works

2010-06-04 Thread Tapas Mishra
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) Serve