From: jocuri%softhome.net <> Date: Wed, 14 Apr 2004 01:16:35 +0000 (+0000) Subject: Patch for bug 224477: make webservergroup default to apache on new installs; r=joel... X-Git-Tag: bugzilla-2.18rc1~94 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8607e9b32ae1ebc94e916b9b9dec471aa286abab;p=thirdparty%2Fbugzilla.git Patch for bug 224477: make webservergroup default to apache on new installs; r=joel; a=justdave. --- diff --git a/checksetup.pl b/checksetup.pl index c3d6be271f..dc1b319832 100755 --- a/checksetup.pl +++ b/checksetup.pl @@ -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!) #