summaryrefslogtreecommitdiffstats
path: root/checksetup.pl
diff options
context:
space:
mode:
authorjocuri%softhome.net <>2004-04-14 03:16:35 +0200
committerjocuri%softhome.net <>2004-04-14 03:16:35 +0200
commit8607e9b32ae1ebc94e916b9b9dec471aa286abab (patch)
tree27feac6d1982af08199dad23c2309c122b670626 /checksetup.pl
parent5013a605af59882ddacbe0821f672219b270b2a7 (diff)
downloadbugzilla-8607e9b32ae1ebc94e916b9b9dec471aa286abab.tar.gz
bugzilla-8607e9b32ae1ebc94e916b9b9dec471aa286abab.tar.xz
Patch for bug 224477: make webservergroup default to apache on new installs; r=joel; a=justdave.
Diffstat (limited to 'checksetup.pl')
-rwxr-xr-xchecksetup.pl6
1 files changed, 3 insertions, 3 deletions
diff --git a/checksetup.pl b/checksetup.pl
index c3d6be271..dc1b31983 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!)
#