[SLUG] Web server with 4 virtual hosts behind firewall

2002-12-19 Thread Chris Barnes
Hi people, I've been asked to setup a web server with 4 virtual hosts...no big deal, but eventually I will also be asked to put that web server behind a firewall. here's the basic idea: 4 domain names each with their own IP Web server is Apache configured with 4 virtual hosts. Firewall is

RE: [SLUG] Web server with 4 virtual hosts behind firewall

2002-12-19 Thread Marty Richards
Hi Chris, If each domain has its own IP address does that mean that I will need to bind those ip addresses to the internet interface on the firewall? If so can anyone explain how I can bind multiple ipaddress to 1 interface. Two options here, which may or may not be practical depending

Re: [SLUG] Web server with 4 virtual hosts behind firewall

2002-12-19 Thread Chris Samuel
Two options here, which may or may not be practical depending on your IP configuration... 1) Bind the addresses to the web servers and route to them. Use ipchains on the firewall for access control 2) Bind the addresses to the firewall and port forward relevant requests to the internal/DMZ