diff options
author | jocuri%softhome.net <> | 2008-04-04 11:47:01 +0000 |
---|---|---|
committer | jocuri%softhome.net <> | 2008-04-04 11:47:01 +0000 |
commit | d436d903838aedd8397be32b7a58999e20b5cc84 (patch) | |
tree | d7d6342d6c917b5b0a83a8205b291d76615e3cbd /docs/en | |
parent | 3786d53ff10c9d79e3e6824d114750dda6554fd0 (diff) | |
download | bugs-d436d903838aedd8397be32b7a58999e20b5cc84.tar bugs-d436d903838aedd8397be32b7a58999e20b5cc84.tar.gz bugs-d436d903838aedd8397be32b7a58999e20b5cc84.tar.bz2 bugs-d436d903838aedd8397be32b7a58999e20b5cc84.tar.xz bugs-d436d903838aedd8397be32b7a58999e20b5cc84.zip |
Patch for bug 239255: update docs in order to specify that $webservergroup is the group of the webserver, not the user; patch by Colin S. Ogilvie <bmo@colino.co.uk>; r=vladd.
Diffstat (limited to 'docs/en')
-rw-r--r-- | docs/en/xml/installation.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/en/xml/installation.xml b/docs/en/xml/installation.xml index b7b91489c..fab350e08 100644 --- a/docs/en/xml/installation.xml +++ b/docs/en/xml/installation.xml @@ -1,5 +1,5 @@ <!-- <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"> --> -<!-- $Id: installation.xml,v 1.70 2008/04/04 06:47:00 bugreport%peshkin.net Exp $ --> +<!-- $Id: installation.xml,v 1.71 2008/04/04 06:47:01 jocuri%softhome.net Exp $ --> <chapter id="installing-bugzilla"> <title>Installing Bugzilla</title> @@ -756,8 +756,8 @@ line.</para> <para><filename>checksetup.pl</filename> can set tighter permissions - on Bugzilla's files and directories if it knows what user the - webserver runs as. Look for the <computeroutput>User</computeroutput> + on Bugzilla's files and directories if it knows what group the + webserver runs as. Look for the <computeroutput>Group</computeroutput> line in <filename>httpd.conf</filename>, and place that value in the <replaceable>$webservergroup</replaceable> variable in <filename>localconfig</filename>. Then rerun |