]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
* add a header containing an Id tag
authoradrian <>
Mon, 19 Nov 2001 16:02:57 +0000 (16:02 +0000)
committeradrian <>
Mon, 19 Nov 2001 16:02:57 +0000 (16:02 +0000)
* add miss_access in the http/icp access section

QUICKSTART

index 0954e3237303d03af8a27d4bf20724ca03c1d09c..9070e2e252089c49c658e8dfed57378ea07fb03a 100644 (file)
@@ -1,3 +1,8 @@
+
+Squid QUICKSTART
+
+$Id: QUICKSTART,v 1.4 2001/11/19 09:02:57 adrian Exp $
+
 This document is intended only for people who want to get Squid running
 quickly It is not a substitute for the real documentation.  Squid has
 many features, but only a few of them are useful at the beginning.  Use
@@ -31,7 +36,7 @@ cache_dir /usr/local/squid/cache 100 16 256
     Add here (first number, here 100) the amount of hard disk space 
     (in megabytes) to devote to caching.
 
-acl, http_access, icp_access
+acl, http_access, icp_access, miss_access
 
     Access control lists.  This is important because it prevents people
     from stealing your network resources.  To fill in the
@@ -50,6 +55,8 @@ acl, http_access, icp_access
         icp_access  allow  allowed_hosts
         icp_access deny all
 
+       miss_access allow allowed_hosts
+       miss_access deny all
 
 cache_mgr