Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
bugzilla
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
bugzilla
Commits
c2719a4b
Commit
c2719a4b
authored
Jul 24, 2004
by
bugreport%peshkin.net
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug 272721: Document testserver.pl
r=zach a=joel
parent
7008297c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
1 deletion
+17
-1
installation.xml
docs/xml/installation.xml
+17
-1
No files found.
docs/xml/installation.xml
View file @
c2719a4b
<!-- <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"> -->
<!-- $Id: installation.xml,v 1.7
3 2004/07/22 17:33:26 kiko%async.com.br
Exp $ -->
<!-- $Id: installation.xml,v 1.7
4 2004/07/23 22:02:37 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>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment