aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlpsolit%gmail.com <>2006-08-14 22:57:52 +0000
committerlpsolit%gmail.com <>2006-08-14 22:57:52 +0000
commit2bb0eb4a8adc0a6c1d8e6471e3b780433da96481 (patch)
treeb3b1c41c87ec1efb36480a3d865caab182d6906f
parentBug 347777 Intel Mac should be detected as Hardware: PC rather than Hardware:... (diff)
downloadbugzilla-2bb0eb4a8adc0a6c1d8e6471e3b780433da96481.tar.gz
bugzilla-2bb0eb4a8adc0a6c1d8e6471e3b780433da96481.tar.bz2
bugzilla-2bb0eb4a8adc0a6c1d8e6471e3b780433da96481.zip
Bug 281821: Add mention of 'testserver.pl' to webserver configuration section - Patch by victory(_RSZ_) <bmo@rsz.jp> r=Colin
-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 95acd0c18..bbe035f67 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.98.2.18 2006/06/07 23:21:17 vladd%bugzilla.org Exp $ -->
+<!-- $Id: installation.xml,v 1.98.2.19 2006/08/14 15:57:52 lpsolit%gmail.com Exp $ -->
<chapter id="installing-bugzilla">
<title>Installing Bugzilla</title>
@@ -939,7 +939,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">