|  
2.5 Troubleshooting
There are a couple things you can try to identify the problem:
 
 
Carefully study the error output, if any.
Check the server error log file, it may contain useful clues.
Try running Apache from the command line with an -X argument:
This prevents it from backgrounding itself and may provide some useful information.
                  ./httpd -X
 
Ask on the mod_python list. Make sure to provide specifics such as:
 
Your operating system type, name and version.
Your Python version, and any unusual compilation options.
Your Apache version.
Relevant parts of the Apache config, .htaccess.
Relevant parts of the Python code.
 
 | What is this???? 
 |