--- cf.data.pre.orig	Wed Sep 23 23:21:05 1998
+++ cf.data.pre	Thu Oct  8 13:07:05 1998
@@ -1388,6 +1388,7 @@
 acl myexample dst_as 1241
 acl SSL_ports port 443 563
 acl Safe_ports port 80 21 70 1025-65535
+acl purge method PURGE
 acl CONNECT method CONNECT
 acl password proxy_auth 300
 DOC_END
@@ -1420,6 +1421,7 @@
 
 	Only allow access to the cache manager functions from the local host.
 http_access deny manager !localhost
+http_access deny purge   !localhost
 http_access deny CONNECT !SSL_ports
 http_access deny !Safe_ports
 
@@ -1508,13 +1510,13 @@
 
 NAME: cache_effective_user
 TYPE: string
-DEFAULT: nobody
+DEFAULT: proxy
 LOC: Config.effectiveUser
 DOC_NONE
 
 NAME: cache_effective_group
 TYPE: string
-DEFAULT: nogroup
+DEFAULT: proxy
 LOC: Config.effectiveGroup
 DOC_START
 
@@ -1526,8 +1528,8 @@
 	current UID/GID.  Note that if Squid is not started as root then
 	you cannot set http_port to a value lower than 1024.
 
-cache_effective_user nobody
-cache_effective_group nogroup
+cache_effective_user proxy
+cache_effective_group proxy
 DOC_END
 
 
@@ -1711,7 +1713,7 @@
 
 NAME: logfile_rotate
 TYPE: int
-DEFAULT: 10
+DEFAULT: 0
 LOC: Config.Log.rotateNumber
 DOC_START
 	Specifies the number of logfile rotations to make when you
@@ -1728,7 +1730,7 @@
 	in the habit of using 'squid -k rotate' instead of 'kill -USR1
 	<pid>'.
 
-logfile_rotate 10
+logfile_rotate 0
 DOC_END
 
 
@@ -2240,7 +2242,7 @@
 NAME: snmp_port
 TYPE: ushort
 LOC: Config.Port.snmp
-DEFAULT: 3401
+DEFAULT: 0
 IFDEF: SQUID_SNMP
 DOC_START
 	Squid can now serve statistics and status information via SNMP.
@@ -2249,7 +2251,7 @@
 
 	NOTE: SNMP support requires use the --enable-snmp configure
 	command line option.
-snmp_port 3401
+snmp_port -1
 DOC_END
 
 NAME: snmp_do_queueing
