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

Cgi scripts in apache not working

2005-07-28 Thread David
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 work, and I always end up