~ubuntu-branches/ubuntu/jaunty/libapache2-mod-python/jaunty

« back to all changes in this revision

Viewing changes to doc-html/inst-trouble.html

  • Committer: Bazaar Package Importer
  • Author(s): Thom May
  • Date: 2004-09-06 20:27:57 UTC
  • Revision ID: james.westby@ubuntu.com-20040906202757-yzpyu1bcabgpjtiu
Tags: upstream-3.1.3
ImportĀ upstreamĀ versionĀ 3.1.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
 
2
<html>
 
3
<head>
 
4
<title>2.5 Troubleshooting</title>
 
5
<META NAME="description" CONTENT="2.5 Troubleshooting">
 
6
<META NAME="keywords" CONTENT="modpython">
 
7
<META NAME="resource-type" CONTENT="document">
 
8
<META NAME="distribution" CONTENT="global">
 
9
<link rel="STYLESHEET" href="modpython.css">
 
10
<link rel="first" href="modpython.html">
 
11
<link rel="contents" href="contents.html" title="Contents">
 
12
<link rel="index" href="genindex.html" title="Index">
 
13
<LINK REL="previous" href="inst-testing.html">
 
14
<LINK REL="up" href="installation.html">
 
15
<LINK REL="next" href="tutorial.html">
 
16
</head>
 
17
<body>
 
18
<DIV CLASS="navigation">
 
19
<table align="center" width="100%" cellpadding="0" cellspacing="2">
 
20
<tr>
 
21
<td><A href="inst-testing.html"><img src="icons/previous.gif"
 
22
  border="0" height="32"
 
23
  alt="Previous Page" width="32"></A></td>
 
24
<td><A href="installation.html"><img src="icons/up.gif"
 
25
  border="0" height="32"
 
26
  alt="Up One Level" width="32"></A></td>
 
27
<td><A href="tutorial.html"><img src="icons/next.gif"
 
28
  border="0" height="32"
 
29
  alt="Next Page" width="32"></A></td>
 
30
<td align="center" width="100%">Mod_python Manual</td>
 
31
<td><A href="contents.html"><img src="icons/contents.gif"
 
32
  border="0" height="32"
 
33
  alt="Contents" width="32"></A></td>
 
34
<td><img src="icons/blank.gif"
 
35
  border="0" height="32"
 
36
  alt="" width="32"></td>
 
37
<td><A href="genindex.html"><img src="icons/index.gif"
 
38
  border="0" height="32"
 
39
  alt="Index" width="32"></A></td>
 
40
</tr></table>
 
41
<b class="navlabel">Previous:</b> <a class="sectref" href="inst-testing.html">2.4 Testing</A>
 
42
<b class="navlabel">Up:</b> <a class="sectref" href="installation.html">2. Installation</A>
 
43
<b class="navlabel">Next:</b> <a class="sectref" href="tutorial.html">3. Tutorial</A>
 
44
<br><hr>
 
45
</DIV>
 
46
<!--End of Navigation Panel-->
 
47
 
 
48
<H1><A NAME="SECTION004500000000000000000">&nbsp;</A>
 
49
<BR>
 
50
2.5 Troubleshooting
 
51
</H1>
 
52
 
 
53
<P>
 
54
There are a few things you can try to identify the problem: 
 
55
 
 
56
<P>
 
57
 
 
58
<UL>
 
59
<LI>Carefully study the error output, if any. 
 
60
 
 
61
<P>
 
62
</LI>
 
63
<LI>Check the server error log file, it may contain useful clues. 
 
64
 
 
65
<P>
 
66
</LI>
 
67
<LI>Try running Apache from the command line in single process mode:
 
68
  <dl><dd><pre class="verbatim">
 
69
    ./httpd -X
 
70
</pre></dl>
 
71
  This prevents it from backgrounding itself and may provide some useful
 
72
  information.
 
73
 
 
74
<P>
 
75
</LI>
 
76
<LI>Ask on the mod_python list. Make sure to provide specifics such as:
 
77
 
 
78
<P>
 
79
 
 
80
<UL>
 
81
<LI>Mod_python version.
 
82
</LI>
 
83
<LI>Your operating system type, name and version.
 
84
</LI>
 
85
<LI>Your Python version, and any unusual compilation options.
 
86
</LI>
 
87
<LI>Your Apache version.
 
88
</LI>
 
89
<LI>Relevant parts of the Apache config, .htaccess.
 
90
</LI>
 
91
<LI>Relevant parts of the Python code.
 
92
 
 
93
<P>
 
94
</LI>
 
95
</UL>
 
96
 
 
97
<P>
 
98
</LI>
 
99
</UL>
 
100
 
 
101
<DIV CLASS="navigation">
 
102
<p><hr>
 
103
<table align="center" width="100%" cellpadding="0" cellspacing="2">
 
104
<tr>
 
105
<td><A href="inst-testing.html"><img src="icons/previous.gif"
 
106
  border="0" height="32"
 
107
  alt="Previous Page" width="32"></A></td>
 
108
<td><A href="installation.html"><img src="icons/up.gif"
 
109
  border="0" height="32"
 
110
  alt="Up One Level" width="32"></A></td>
 
111
<td><A href="tutorial.html"><img src="icons/next.gif"
 
112
  border="0" height="32"
 
113
  alt="Next Page" width="32"></A></td>
 
114
<td align="center" width="100%">Mod_python Manual</td>
 
115
<td><A href="contents.html"><img src="icons/contents.gif"
 
116
  border="0" height="32"
 
117
  alt="Contents" width="32"></A></td>
 
118
<td><img src="icons/blank.gif"
 
119
  border="0" height="32"
 
120
  alt="" width="32"></td>
 
121
<td><A href="genindex.html"><img src="icons/index.gif"
 
122
  border="0" height="32"
 
123
  alt="Index" width="32"></A></td>
 
124
</tr></table>
 
125
<b class="navlabel">Previous:</b> <a class="sectref" href="inst-testing.html">2.4 Testing</A>
 
126
<b class="navlabel">Up:</b> <a class="sectref" href="installation.html">2. Installation</A>
 
127
<b class="navlabel">Next:</b> <a class="sectref" href="tutorial.html">3. Tutorial</A>
 
128
<hr>
 
129
<span class="release-info">Release 3.1.3, documentation updated on February 17, 2004.</span>
 
130
</DIV>
 
131
<!--End of Navigation Panel-->
 
132
 
 
133
</BODY>
 
134
</HTML>