85e8a0d4da
- NOTE: you can now override the dir used for cache/logs by using the variable STATEDIR. i.e., "make STATEDIR=/alternate/dir package", and it will be substituted into the INSTALL/DEINSTALL scripts.
30 lines
621 B
Plaintext
30 lines
621 B
Plaintext
--- src/cf.data.pre.orig Wed Mar 29 17:56:56 2000
|
|
+++ src/cf.data.pre Tue Jun 27 22:31:31 2000
|
|
@@ -1856,13 +1856,13 @@
|
|
|
|
NAME: cache_effective_user
|
|
TYPE: string
|
|
-DEFAULT: nobody
|
|
+DEFAULT: www
|
|
LOC: Config.effectiveUser
|
|
DOC_NONE
|
|
|
|
NAME: cache_effective_group
|
|
TYPE: string
|
|
-DEFAULT: nogroup
|
|
+DEFAULT: www
|
|
LOC: Config.effectiveGroup
|
|
DOC_START
|
|
|
|
@@ -1874,8 +1874,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 www
|
|
+cache_effective_group www
|
|
DOC_END
|
|
|
|
|