]> 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:16:35 +0000 (01:16 +0000)
committerjocuri%softhome.net <>
Wed, 14 Apr 2004 01:16:35 +0000 (01:16 +0000)
checksetup.pl

index c3d6be271f4a4155d16a06411478eb2694aaed46..dc1b319832838e19aaee64de03559626d5adaafc 100755 (executable)
@@ -596,7 +596,7 @@ END
 
 my $webservergroup_default;
 if ($^O !~ /MSWin32/i) {
-    $webservergroup_default = 'nobody';
+    $webservergroup_default = 'apache';
 } else {
     $webservergroup_default = '';
 }
@@ -1227,8 +1227,8 @@ WriteParams();
 #
 # 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!)
 #