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
"Jay" <[EMAIL PROTECTED]> wrote:
>
>Can I use Python for CGI scripts. It is telling me to use Perl and I
>don't know any
>
>To be honest I don't really no what CGI scripts are (soz)
>
>I have purchased a domain name of my ISP PIPEX and 100MB space
According to the Pipex web page, if you got their
> > Can I use Python for CGI scripts. It is telling me to use Perl and I
> > don't know any
> >
> > To be honest I don't really no what CGI scripts are (soz)
> >
> > I have purchased a domain name of my ISP PIPEX and 100MB space
> >
> > And I don't know what I can do with it now
I just realized th
> Can I use Python for CGI scripts. It is telling me to use Perl and I
> don't know any
>
> To be honest I don't really no what CGI scripts are (soz)
>
> I have purchased a domain name of my ISP PIPEX and 100MB space
>
> And I don't know what I can do with it now
Will your pages be served by your
David a écrit :
> I've looked all over the place for an answer, and the only one I can
> find doesn't mean anything to me. The end of line issue with writting
> it in Windows and then uploading it doesn't help me since I'm doing
> this all from Linux. I've been trying to get python cgi scripts to
>
David wrote:
>
> httpd.conf:
>
> << Tried it with "" and no ""
> Options ExecCGI << Tried with "Options +ExecCGI"
> AddHandler cgi-script .cgi .py << Tried with "SetHandler
> cgi-script", but still no go
>
>
>
> error_log:
>
> [Thu Jul 28 11:44:53 2005] [er