From 8607e9b32ae1ebc94e916b9b9dec471aa286abab Mon Sep 17 00:00:00 2001 From: "jocuri%softhome.net" <> Date: Wed, 14 Apr 2004 01:16:35 +0000 Subject: Patch for bug 224477: make webservergroup default to apache on new installs; r=joel; a=justdave. --- checksetup.pl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'checksetup.pl') 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!) # -- cgit v1.2.3-24-g4f1b