Re: cgi scripts in Mac OS X

2007-10-20 Thread James Stroud
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

Re: cgi scripts in Mac OS X

2007-10-20 Thread Jeff McNeil
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

Re: CGI scripts

2006-04-18 Thread Tim Roberts
"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

Re: CGI scripts

2006-04-17 Thread Daniel Nogradi
> > 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

Re: CGI scripts

2006-04-17 Thread Daniel Nogradi
> 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

Re: Cgi scripts in apache not working

2005-07-28 Thread Bruno Desthuilliers
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 >

Re: Cgi scripts in apache not working

2005-07-28 Thread Paul Boddie
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