From b0a9b5f26fc0c0432d95e50b003e13744f5af8d3 Mon Sep 17 00:00:00 2001 From: hno <> Date: Thu, 31 Aug 2000 01:17:29 +0000 Subject: [PATCH] Changed httpd_accel_single_host to default to off to mimic the behaviour of older squid releases. --- src/cf.data.pre | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/cf.data.pre b/src/cf.data.pre index 716a03a934..a50bea341d 100644 --- a/src/cf.data.pre +++ b/src/cf.data.pre @@ -1,6 +1,6 @@ # -# $Id: cf.data.pre,v 1.195 2000/08/15 07:14:04 adrian Exp $ +# $Id: cf.data.pre,v 1.196 2000/08/30 19:17:29 hno Exp $ # # # SQUID Internet Object Cache http://squid.nlanr.net/Squid/ @@ -2010,15 +2010,15 @@ NAME: httpd_accel_single_host COMMENT: on|off TYPE: onoff LOC: Config.Accel.single_host -DEFAULT: on +DEFAULT: off DOC_START If you are running Squid as a accelerator and have a single backend server then set this to on. This causes Squid to forward the request to this server irregardles of what any redirectors or Host headers says. - Set this to off if you have multiple backend servers, and use a - redirector (or host table) to map the requests to the + Leave this at off if you have multiple backend servers, and use a + redirector (or host table or private DNS) to map the requests to the appropriate backend servers. Note that the mapping needs to be a 1-1 mapping between requested and backend (from redirector) domain names or caching will fail, as cacing is performed using the -- 2.47.2