mod_python hell in Apache/Windows XP

Jarosław Zabiełło webmaster at watchtowerDOTcom.pl
Sat Jun 21 08:39:30 EDT 2003


On Sat, 21 Jun 2003 07:19:30 GMT, "Tim" <tim.harford at rogers.com>
wrote:

> I've read all the posts and tried just about everything. No matter what,
> Apache says it can't find the mod_python module!

Get the installer from 
	http://www.modpython.org/ and run it.

Your mod_python.so should be instaled at YourApachePath/modules

Add the follwing lin to your httpd.conf file:

	LoadModule python_module modules/mod_python.so

Restart Apache. It works.





More information about the Python-list mailing list