summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--docs/xml/installation.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/xml/installation.xml b/docs/xml/installation.xml
index 33c26b201..4ad915455 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.67 2004/03/21 22:41:17 bugreport%peshkin.net Exp $ -->
+<!-- $Id: installation.xml,v 1.68 2004/03/23 15:25:02 bugreport%peshkin.net Exp $ -->
<chapter id="installing-bugzilla">
<title>Installing Bugzilla</title>
@@ -149,8 +149,8 @@
<para>
Download a Bugzilla tarball (or check it out from CVS) and place
- it in a suitable directory, writable by the default web server user
- (probably <quote>nobody</quote>).
+ it in a suitable directory, accessible by the default web server user
+ (probably <quote>apache</quote> or <quote>www</quote>).
Good locations are either directly in the main web space for your
web server or perhaps in
<filename>/usr/local</filename>
@@ -158,7 +158,7 @@
</para>
<caution>
- <para>The default Bugzilla distribution is not designed to be placed
+ <para>The default Bugzilla distribution is NOT designed to be placed
in a <filename class="directory">cgi-bin</filename> directory. This
includes any directory which is configured using the
<option>ScriptAlias</option> directive of Apache.