[ale] Help with Apache/Firewall forwarding rules
pras at cycloeastern.com
pras at cycloeastern.com
Wed Jan 5 16:23:39 EST 2005
Thanks both of you !! It worked.
This is what I did.
<VirtualHost dev.xyz.com>
ServerName dev.xyz.com
ServerAdmin pras at xyz.com
ProxyRequests On
ProxyPass / http://192.168.0.62/
ProxyPassReverse / http://192.168.0.62/
ProxyVia On
ErrorLog /var/log/httpd/dev.error
CustomLog /var/log/httpd/dev.access combined
</VirtualHost>
On Wed, Jan 05, 2005 at 01:30:41PM -0500, Mike Terzo wrote:
>
> I"ve never set this up, but you might be able to proxy pass a virtual
> host. So you set up a virtual host for dev.xyz.com on the firewall.
> And in that definition, you set up a proxy pass that goes to the
> 192.168.0.41 machine.
>
> --mike terzo
>
>
>
> pras at xyz.com wrote:
>
> >Ale,
> >
> >Please CC on the replies, as I am not on the list.
> >
> >I need help with a Apache setup I wish to configure.
> >
> >1. I am connected to the Internet through my Linux box( www.xyz.com ).
> >This Linux box has 2 Ethernet cards. eth0 -> Internal (
> >+192.168.0.xxx) and eth1->
> >is External IP. This box is also the firewall, apache server, ssh server
> >etc.
> >
> >
> >2. I have another Linux box serving apache2 on the 192.168.0.41 internally.
> >
> >3. I want dev.xyz.com to be redirected to 192.168.0.41.
> >
> >4. Can I make apache 1.1 on www.xyz.com Linux box route these calls ? If
> >not
> >can I setup firewall rules to setup forwarding ?
> >
> >thanks
> >Prasanna Subash
> >
> >_______________________________________________
> >Ale mailing list
> >Ale at ale.org
> >http://www.ale.org/mailman/listinfo/ale
> >
> >
> >
More information about the Ale
mailing list