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
