Here's my current setup:

Cable broadband connection to Linksys cable router.  The router allows you
to forward ports to different IP addresses on your internal network.  So I
have port 80 and 443 forwarding to my main web server.  My mail server is on
a different IP address.  My mail server has the ability to login and view
mail via a web interface.

Here's my problem...since the cable router forwards ALL port 80 traffic to
only one IP address, how can I make Apache on my web server forward the
request for a certain domain name to a different server?

www.mydomain.com forwards to 192.168.1.50
mail.mydomain.com also forwards to 192.168.1.50

I want mail.mydomain.com to forward to 192.168.1.51 after it hits Apache on
192.168.1.50.

Is this at all possible?  Does anyone know how to accomplish either through
Apache or RH?  One possible work around is to make my mail server answer web
requests on port 81 instead, but then everyone would have to add :81 to the
URL when accessing the mail server.  Don't really want to do that.  Any
suggestions are greatly appreciated.  Thanks

Philip



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to