mod_python hell in Apache/Windows XP

Jarosław Zabiełło webmaster at watchtowerDOTcom.pl
Sat Jun 21 23:31:16 EDT 2003


On Sat, 21 Jun 2003 13:59:21 GMT, "Tim" <tim.harford at rogers.com>
wrote:

>Any advice on the best way to configure for CGI is much appreciated...

You must check and add missing lines to your Apache httpd.conf file:

	LoadModule python_module  modules/mod_python.so

	SetHandler python-program
	PythonHandler mod_python.cgihandler





More information about the Python-list mailing list