Apache, CGI, Python...

Erik Max Francis max at alcyone.com
Wed Jul 11 11:23:13 EDT 2001


"Vincent A. Primavera" wrote:

>         Looking for some guidance as to the set up of Apache's
> httpd.conf for
> some basic CGI scripting practice in Python...  Any suggestions?

All you need is the "ExecCGI" option in the appropriate directories, and
a valid #! line as the first in your Python script, that's all.

-- 
 Erik Max Francis / max at alcyone.com / http://www.alcyone.com/max/
 __ San Jose, CA, US / 37 20 N 121 53 W / ICQ16063900 / &tSftDotIotE
/  \ If I had known, I would have become a watchmaker.
\__/ Albert Einstein
    Official Omega page / http://www.alcyone.com/max/projects/omega/
 The official distribution page for the popular Roguelike, Omega.



More information about the Python-list mailing list