Re: python cgi permision error

2006-03-19 Thread [EMAIL PROTECTED]
Sorry accidently replying using my other google account [EMAIL PROTECTED] wrote: > > > > assuming you are running this python script the standard cgi way and not > > through modpython or fastcgi. > yes I'm running it in standard cgi way coz my provider only allow me > that way. And it's really jus

Re: python cgi permision error

2006-03-17 Thread devilandme
> > assuming you are running this python script the standard cgi way and not > through modpython or fastcgi. yes I'm running it in standard cgi way coz my provider only allow me that way. And it's really just simple script. Sorry for the dumb question, I know modpython but what do you mean by fast

Re: python cgi permision error

2006-03-17 Thread David Bear
[EMAIL PROTECTED] wrote: > Hi > > I have python cgi script, but when I call it I got server internal > error. The log in my apache is > > [Sat Mar 18 04:17:14 2006] [error] [client 127.0.0.1] (13)Permission > denied: exec of '/srv/www/cgi-bin/helo.cgi' failed > [Sat Mar 18 04:17:14 2006] [error]

python cgi permision error

2006-03-17 Thread [EMAIL PROTECTED]
Hi I have python cgi script, but when I call it I got server internal error. The log in my apache is [Sat Mar 18 04:17:14 2006] [error] [client 127.0.0.1] (13)Permission denied: exec of '/srv/www/cgi-bin/helo.cgi' failed [Sat Mar 18 04:17:14 2006] [error] [client 127.0.0.1] Premature end of scrip