diff options
author | bugreport%peshkin.net <> | 2008-04-04 13:47:04 +0200 |
---|---|---|
committer | bugreport%peshkin.net <> | 2008-04-04 13:47:04 +0200 |
commit | 0b4ece44484ebb842a46fcef671a4beae84bb742 (patch) | |
tree | 616188905fac0580e4ed723f3a334fa39c14874f /docs/en | |
parent | 794f6bab994c7e36c01ac4baa1bf38b30ab519fc (diff) | |
download | bugzilla-0b4ece44484ebb842a46fcef671a4beae84bb742.tar.gz bugzilla-0b4ece44484ebb842a46fcef671a4beae84bb742.tar.xz |
Bug 272721: Document testserver.pl
r=zach
a=joel
Diffstat (limited to 'docs/en')
-rw-r--r-- | docs/en/xml/installation.xml | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/docs/en/xml/installation.xml b/docs/en/xml/installation.xml index 3fc713555..f46c0111f 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.73 2008/04/04 06:47:03 kiko%async.com.br Exp $ --> +<!-- $Id: installation.xml,v 1.74 2008/04/04 06:47:04 bugreport%peshkin.net Exp $ --> <chapter id="installing-bugzilla"> <title>Installing Bugzilla</title> @@ -2020,6 +2020,22 @@ pid-file=/home/foo/mymysql/the.pid </section> <section> + <title>The Apache webserver is not serving Bugzilla pages</title> + <para> + After you have run <command>checksetup.pl</command> twice, + run <command>testserver.pl http://yoursite.yourdomain/yoururl</command> + to confirm that your webserver is configured properly for + Bugzilla. + </para> +<programlisting><![CDATA[./testserver.pl http://landfill.bugzilla.org/bugzilla-tip +TEST-OK Webserver is running under group id in $webservergroup. +TEST-OK Got ant picture. +TEST-OK Webserver is executing CGIs. +TEST-OK Webserver is preventing fetch of http://landfill.bugzilla.org/bugzilla-tip/localconfig. +]]></programlisting> + </section> + + <section> <title>I installed a Perl module, but <filename>checksetup.pl</filename> claims it's not installed!</title> |