summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorlpsolit%gmail.com <>2006-08-15 00:54:25 +0200
committerlpsolit%gmail.com <>2006-08-15 00:54:25 +0200
commit1701b815e0b037b30c3f6411b8c9bb364aec0a07 (patch)
tree5e4a472664fa2ccb5d83d17f6c0d689f1f0c97aa /docs
parent2f7ab8c5681ea2b019eb3320923cce03165c5ceb (diff)
downloadbugzilla-1701b815e0b037b30c3f6411b8c9bb364aec0a07.tar.gz
bugzilla-1701b815e0b037b30c3f6411b8c9bb364aec0a07.tar.xz
Bug 281821: Add mention of 'testserver.pl' to webserver configuration section - Patch by victory(_RSZ_) <bmo@rsz.jp> r=Colin
Diffstat (limited to 'docs')
-rw-r--r--docs/xml/installation.xml6
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/xml/installation.xml b/docs/xml/installation.xml
index 7b3ded001..ec71726f6 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.126 2006/07/31 22:22:51 mkanat%bugzilla.org Exp $ -->
+<!-- $Id: installation.xml,v 1.127 2006/08/14 15:54:25 lpsolit%gmail.com Exp $ -->
<chapter id="installing-bugzilla">
<title>Installing Bugzilla</title>
@@ -853,7 +853,9 @@
the Bugzilla Team recommends Apache.) Regardless of which webserver
you are using, however, ensure that sensitive information is
not remotely available by properly applying the access controls in
- <xref linkend="security-webserver-access"/>.
+ <xref linkend="security-webserver-access"/>. You can run
+ <filename>testserver.pl</filename> to check if your web server serves
+ Bugzilla files as expected.
</para>
<section id="http-apache">