Commit 0b4ece44 authored by bugreport%peshkin.net's avatar bugreport%peshkin.net

Bug 272721: Document testserver.pl

r=zach a=joel
parent 794f6bab
<!-- <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"> --> <!-- <!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"> <chapter id="installing-bugzilla">
<title>Installing Bugzilla</title> <title>Installing Bugzilla</title>
...@@ -2020,6 +2020,22 @@ pid-file=/home/foo/mymysql/the.pid ...@@ -2020,6 +2020,22 @@ pid-file=/home/foo/mymysql/the.pid
</section> </section>
<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 <title>I installed a Perl module, but
<filename>checksetup.pl</filename> claims it's not installed!</title> <filename>checksetup.pl</filename> claims it's not installed!</title>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment