Sounds like a job for Squid running in accelerator mode.
Compile Squid with --disable-internal-dns, and add the domains to your
Squid servers /etc/hosts file with the IP's if your internal servers
hosting the domains.
Then configure Squid with the following settings for accelerator mode:
httpd_accel_host your.primary.domain
httpd_accel_with_proxy on
httpd_accel_uses_host_header on
acl http port 80
acl servers dst your.internal.servers
http_access allow http servers
Then publish the domains in DNS with the external IP of your Squid
server.
-- Henrik Nordstrom Squid hacker Diego Rial wrote: > > Hi, this is my first message and one of my first implementations of > squid, so, maybe you can consider my question is a little simple. > What I need to know if it is possible (and someone told me is possible > via squid) and the how-to -or at least a guide- is the following: > I have a web server with a lot of domains assigned to it and, inside > my intranet, I have a lot of internal web servers each one with an > internal IP address. What I need is to redirect all the requests (via > the domains I have registered), depending on the domain to each of the > internal web servers. Is this possible. -- To unsubscribe, see http://www.squid-cache.org/mailing-lists.htmlReceived on Thu Jan 11 2001 - 15:45:57 MST
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:57:26 MST