Python and Apache

David Fuess fuess1 at home.com
Tue Apr 17 07:49:31 EDT 2001


On Mon, 16 Apr 2001 21:27:50 -0700, Erik Max Francis <max at alcyone.com>
wrote:

>Michael Hall wrote:
>
>> What extension does the CGI script have ... .py or .cgi ?
>> Might make a difference.
>
>He already indicated it didn't have _any_ extension.  Which can work,
>but might require fiddling with httpd.conf.

Actually, I use #! to designate the script processor rather than
extensions. (Look at line 1 of the code snipit.)

Dave



More information about the Python-list mailing list