From: jocuri%softhome.net <> Date: Wed, 14 Apr 2004 01:17:58 +0000 (+0000) Subject: Patch for bug 224477: make webservergroup default to apache on new installs; r=joel... X-Git-Tag: bugzilla-2.16.6~17 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8d18ce382408ce26bedb39d06533a7a00107a463;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 26bd15bd0d..7198613f20 100755 --- a/checksetup.pl +++ b/checksetup.pl @@ -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!) #