You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Tapas Mishra <mi...@gmail.com> on 2010/06/04 16:37:38 UTC

[users@httpd] how does ProxyPass works

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-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] how does ProxyPass works

Posted by Tapas Mishra <mi...@gmail.com>.
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 <ni...@webthing.com> wrote:
> On Fri, 4 Jun 2010 20:07:38 +0530
> Tapas Mishra <mi...@gmail.com> 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
>
> ---------------------------------------------------------------------
> 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-unsubscribe@httpd.apache.org
>   "   from the digest: users-digest-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org
>
>



-- 
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-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] how does ProxyPass works

Posted by Nick Kew <ni...@webthing.com>.
On Fri, 4 Jun 2010 20:07:38 +0530
Tapas Mishra <mi...@gmail.com> 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

---------------------------------------------------------------------
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-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org