Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
bugzilla
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ivan Ivlev
bugzilla
Commits
8607e9b3
Commit
8607e9b3
authored
Apr 14, 2004
by
jocuri%softhome.net
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Patch for bug 224477: make webservergroup default to apache on new installs; r=joel; a=justdave.
parent
5013a605
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
checksetup.pl
checksetup.pl
+3
-3
No files found.
checksetup.pl
View file @
8607e9b3
...
...
@@ -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!)
#
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment