]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 272721: Document testserver.pl
authorbugreport%peshkin.net <>
Fri, 4 Apr 2008 11:47:04 +0000 (11:47 +0000)
committerbugreport%peshkin.net <>
Fri, 4 Apr 2008 11:47:04 +0000 (11:47 +0000)
r=zach
a=joel

docs/en/xml/installation.xml

index 3fc71355571cecae29848b84dad527d39d7c85c6..f46c0111f2660b4a4b78f6723993f98d418121b3 100644 (file)
@@ -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>
 
@@ -2019,6 +2019,22 @@ pid-file=/home/foo/mymysql/the.pid
       </para>
     </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>