From: bugreport%peshkin.net <> Date: Fri, 4 Apr 2008 11:47:04 +0000 (+0000) Subject: Bug 272721: Document testserver.pl X-Git-Tag: bugzilla-3.1.3~172 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0b4ece44484ebb842a46fcef671a4beae84bb742;p=thirdparty%2Fbugzilla.git Bug 272721: Document testserver.pl r=zach a=joel --- diff --git a/docs/en/xml/installation.xml b/docs/en/xml/installation.xml index 3fc7135557..f46c0111f2 100644 --- a/docs/en/xml/installation.xml +++ b/docs/en/xml/installation.xml @@ -1,5 +1,5 @@ - + Installing Bugzilla @@ -2019,6 +2019,22 @@ pid-file=/home/foo/mymysql/the.pid +
+ The Apache webserver is not serving Bugzilla pages + + After you have run checksetup.pl twice, + run testserver.pl http://yoursite.yourdomain/yoururl + to confirm that your webserver is configured properly for + Bugzilla. + + +
+
I installed a Perl module, but <filename>checksetup.pl</filename> claims it's not installed!