Help with Apache 2.0.47 and CGI

Emile van Sebille emile at fenx.com
Sun Nov 9 21:46:41 EST 2003


Fausto Arinos de A. Barbuto asks
>     I have Apache 2.0.47 installed for a single user on port 8080,
Python
> 2.3.2 on C:\Python23 and ActiveState's Perl on C:\Perl. Everything
seems
> to work fine after the changes I made in httpd.conf, but I can't for
some
> reason run Python scripts that sit on this computer's cgi-bin
directory


http://www.modpython.org/

http://www.modpython.org/live/mod_python-3.1.2b/doc-html/inst-apacheconfig.html

LoadModule python_module libexec/mod_python.so
SetHandler python-program
PythonHandler mod_python.cgihandler

But there was also a problem reported with 2.3:

http://groups.google.com/groups?threadm=3ef52138%241@usenet.per.paradox.net.au

HTH,

--

Emile van Sebille
emile at fenx.com






More information about the Python-list mailing list