This is a discussion on Virtual Hosts on seperate machines? within the Apache Web Server forums, part of the Web Server and Related Forums category; Hey Everyone, Simple question that I've not been able to figure out. I thought this was possible but now ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hey Everyone,
Simple question that I've not been able to figure out. I thought this was possible but now am about to accept it isn't. What I need to do is to set up a master machine with apache and then route traffic to other apache webserver based on the domain name called. Something like this: INTERNAL MACHINES BEHIND NAT: 192.168.111.1 - MASTER APACHE 192.168.111.2 - DOMAIN 1 192.168.111.3 - DOMAIN 2 So let's say that DOMAIN 1 holds everything for www.domain1.com. WHen a request comes into the master apache server it should find a VHOST entry that tells it where domain1 is being served from and route traffic to 192.168.111.2. Make sense? Can anyone help? Anthony -- Professional Software and Web Application Development www.safferconsulting.com |
|
|||
|
<davide@yahoo.com> wrote in message
news:bdm358$to73t$2@ID-18487.news.dfncis.de... > Anthony M. Saffer <anthony@nospam.safferconsulting.com> wrote: > > Make sense? > > Yes. > > > Can anyone help? > > Use a proxy server or the Proxy module of Apache. See the documentation > for mod_proxy. > > Davide Thank you very much :-) Anthony |
| Thread Tools | |
| Display Modes | |
|
|