]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
vhost support in squid.conf
authorwessels <>
Sat, 2 Nov 1996 04:31:03 +0000 (04:31 +0000)
committerwessels <>
Sat, 2 Nov 1996 04:31:03 +0000 (04:31 +0000)
src/cache_cf.cc

index 64841a1023ae511ad15195e757a8f379d007d779..6f622a94a33c7d695578580ed65c4ddda10e48d4 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: cache_cf.cc,v 1.122 1996/11/01 21:25:00 wessels Exp $
+ * $Id: cache_cf.cc,v 1.123 1996/11/01 21:31:03 wessels Exp $
  *
  * DEBUG: section 3     Configuration File Parsing
  * AUTHOR: Harvest Derived
@@ -1512,4 +1512,6 @@ configDoConfigure(void)
        safe_free(Config.Program.ftpget);
        Config.Program.ftpget = xstrdup("none");
     }
+    if (httpd_accel_mode && !strcmp(Config.Accel.host, "virtual"))
+       vhost_mode = 1;
 }