Apache and Python and Ubuntu

msuemnig at jjhill.org msuemnig at jjhill.org
Wed Mar 29 18:34:34 EST 2006


Thanx a lot for your input and advice.  I went through the
documentation on httpd.apache.org/docs/2.2/howto/cgi.html and added the
following:
AddModule cgi-script .cgi .py
<DIRECTORY /var/www/>
 Options +ExecCGI
</DIRECTORY>

It now gives me a 403 forbidden.  When I check the error logs, it still
says that Options ExecCGI is not turned on in /var/www/

Is there a special place inside of apache2.conf I'm supposed to have
the <Directory..> tag? and/or AddModule line?

I also double checked to make sure owner/group/other all have execute
and it does.




More information about the Python-list mailing list