Configure apache to run python scripts

Bruno Desthuilliers bruno.42.desthuilliers at wtf.websiteburo.oops.com
Mon Jul 23 07:42:18 EDT 2007


joe jacob a écrit :
> I need to configure apache to run python scripts. I followed the steps
> mentioned in this site (http://www.thesitewizard.com/archive/
> addcgitoapache.shtml). But I am not able to run python scripts from
> Firefox, I      got a forbidden error "you do not have permission to
> access the file in the server" when I try to run the script form
> Firefox browser. Somebody please help me.

http://httpd.apache.org/docs/<your_apache_version_here>/howto/cgi.html

with 'your_apache_version_here' in 1.3, 2.0, 2.2

FWIW, your problem relates to apache and permissions, not to Python.

HTH



More information about the Python-list mailing list