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. -- http://mail.python.org/mailman/listinfo/python-list