diff options
author | jocuri%softhome.net <> | 2004-04-04 04:12:08 +0200 |
---|---|---|
committer | jocuri%softhome.net <> | 2004-04-04 04:12:08 +0200 |
commit | ab5342c5d35bceb56b78740f0512beece7f3513d (patch) | |
tree | 96a820b62de2563d8c9988a9d2123da6eb7673ad /docs | |
parent | df5551fb14d909fa1c84149a4553c835aed368fb (diff) | |
download | bugzilla-ab5342c5d35bceb56b78740f0512beece7f3513d.tar.gz bugzilla-ab5342c5d35bceb56b78740f0512beece7f3513d.tar.xz |
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')
-rw-r--r-- | docs/xml/installation.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/xml/installation.xml b/docs/xml/installation.xml index cd786221c..4b5600752 100644 --- a/docs/xml/installation.xml +++ b/docs/xml/installation.xml @@ -1,5 +1,5 @@ <!-- <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"> --> -<!-- $Id: installation.xml,v 1.70 2004/03/26 05:17:56 bugreport%peshkin.net Exp $ --> +<!-- $Id: installation.xml,v 1.71 2004/04/03 18:12:08 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 |