Jeff McNeil wrote:
> Your web server needs to be told to execute Python scripts. You can
> handle it a few different ways, depending on your environment.
>
> 1. Place your .py script inside of a ScriptAlias'd /cgi-bin/ directory
> which will force it to be executed.
>
> 2. Rename your .py script
Your web server needs to be told to execute Python scripts. You can
handle it a few different ways, depending on your environment.
1. Place your .py script inside of a ScriptAlias'd /cgi-bin/ directory
which will force it to be executed.
2. Rename your .py script to .cgi and add an 'AddHandler c