Thanks Dan. This may work. But have a couples questions. You said "Make sure each squid.conf has the correct http_port tag which is the ip address squid is listening on" Did you mean Port or IP address? I need to make sure squid is listening on all IP addresses. If I want three instances of squid I would need to setup the squid box with three IP addresses on one of the NICs, correct? When I start up each squid instance how do I know what of the three IP addresses it is going to use? -----Original Message----- From: Dan DeLong [mailto:ddelong@xxxxxxxxxxxx] Sent: Thursday, August 25, 2005 8:54 AM To: Squid Users Subject: [SPAM] - Re: Reverse Proxy Multiple IP Addresses - Email found in subject You can easily do this by starting multiple squid instances on your 1 squid box. Start squid with the -f option to point to a unique squid.conf for each IP address. Make sure each squid.conf has the correct http_port tag which is the ip address squid is listening on and the correct httpd_accel_host and httpd_accel_port for where its passing the info (to the real server) What I've done is create a ./conf/squid.conf ./cache ./logs for each squid instance and make sure all the tags in my squid.conf point to the correct ./cache ./logs etc. This keeps the cache and logs separate for each instance. ----- Original Message ----- From: "Brad Taylor" <btaylor@xxxxxxxxxxxx> To: "Squid Users" <squid-users@xxxxxxxxxxxxxxx> Sent: Wednesday, August 24, 2005 11:05 AM Subject: Reverse Proxy Multiple IP Addresses I'd like to know how to reverse proxy multiple IP addresses or run multiple squids on one box to do this. They are not different domains so I can't use host headers. Basically I'd like Squid to accept http requests on 3 different IP addresses and proxy for 3 different IP addresses (3 real servers). The 3 real servers have the same content so I would like to not have to have 3 separate squid boxes. Can Squid do this, I'm not able to find it anywhere in the FAQ or the Squid book. Thanks your any help.