]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Patch for bug 224477: make webservergroup default to apache on new installs; r=joel...
authorjocuri%softhome.net <>
Wed, 14 Apr 2004 01:17:58 +0000 (01:17 +0000)
committerjocuri%softhome.net <>
Wed, 14 Apr 2004 01:17:58 +0000 (01:17 +0000)
checksetup.pl

index 26bd15bd0d1c83e78d0df972d1a8a03a42cbfcaa..7198613f20f6f8029dba3335cb03e544cb2f931a 100755 (executable)
@@ -399,7 +399,7 @@ LocalVar('webservergroup', '
 # and you cannot set this up any other way. YOU HAVE BEEN WARNED.
 # If you set this to anything besides "", you will need to run checksetup.pl
 # as root, or as a user who is a member of the specified group.
-$webservergroup = "nobody";
+$webservergroup = "apache";
 ');
 
 
@@ -1014,8 +1014,8 @@ if (-e "data/params") {
 #
 # Here we use --CHMOD-- and friends to set the file permissions
 #
-# The rationale is that the web server generally runs as nobody and so the cgi
-# scripts should not be writable for nobody, otherwise someone may be possible
+# The rationale is that the web server generally runs as apache and so the cgi
+# scripts should not be writable for apache, otherwise someone may be possible
 # to change the cgi's when exploiting some security flaw somewhere (not
 # necessarily in Bugzilla!)
 #