Can I have multiple "https_port 443 ...." lines? Or do I need to use "vhost" or something in place of the port number?
What about the "defaultsite=exchange.my-company.com", do I remove that from my existing config, or do I add "defaultsite=new-server.my-company.com" to the new https_port line?
Regards, Francois Visser.
From: Henrik Nordstrom <[EMAIL PROTECTED]> To: francois visser <[EMAIL PROTECTED]> CC: [EMAIL PROTECTED] Subject: Re: [squid-users] Multiple httpd-accelerated servers in squid v.3 Date: Wed, 15 Dec 2004 13:10:20 +0100 (CET)
On Wed, 15 Dec 2004, francois visser wrote:
My problem is this: I need to add more web servers to my squid.conf, ie. I want clients to reach both https://new-server.my-company.com, and https://exchange.my-company.com via the same reverse proxy. What do I need to change/add to my current squid.conf? This case is well documented for version 2.x, but the mentioned 2 lines are quite different from anything I've seen in v. 2.x.
You need additional sets of https_port and cache_peer directives. In addition you also need cache_peer_access directives telling what requests should be sent to which web server.
Regards Henrik
