Re: Weird cgi error

2008-02-25 Thread gherzig
> >> This is some kind of crooked game, right? Your code works fine on a >> local server, and there's no reason why it shouldn't work just fine on >> yours either. All you are changing is the standard input to the process. >> >> Since you claim to have spotted this specific error, perhaps you'd lik

Re: Weird cgi error

2008-02-25 Thread Jesse Aldridge
> This is some kind of crooked game, right? Your code works fine on a > local server, and there's no reason why it shouldn't work just fine on > yours either. All you are changing is the standard input to the process. > > Since you claim to have spotted this specific error, perhaps you'd like > to

Re: Weird cgi error

2008-02-25 Thread Steve Holden
Jesse Aldridge wrote: > I uploaded the following script, called "test.py", to my webhost. > It works find except when I input the string "python ". Note that's > the word "python" followed by a space. If I submit that I get a 403 > error. It seems to work fine with any other string. > What's goi

Re: Weird cgi error

2008-02-25 Thread Jesse Aldridge
On Feb 25, 11:42 am, Jesse Aldridge <[EMAIL PROTECTED]> wrote: > > If you cant have access to the apache (?) error_log, you can put this in > > your code: > > import cgitb > > cgitb.enable() > > > Which should trap what is being writed on the error stream and put it on > > the cgi output. > > > Ger

Re: Weird cgi error

2008-02-25 Thread Jesse Aldridge
> If you cant have access to the apache (?) error_log, you can put this in > your code: > import cgitb > cgitb.enable() > > Which should trap what is being writed on the error stream and put it on > the cgi output. > > Gerardo I added that. I get no errors. It still doesn't work. Well, I do ge

Re: Weird cgi error

2008-02-25 Thread Gerardo Herzig
Jesse Aldridge wrote: >I uploaded the following script, called "test.py", to my webhost. >It works find except when I input the string "python ". Note that's >the word "python" followed by a space. If I submit that I get a 403 >error. It seems to work fine with any other string. >What's going o

Re: Weird cgi error

2008-02-25 Thread marti john
GET YOUR SITE LISTET AT GOOGLE & YAHOO "NR.1" SEARCH RESULT for FREE Now BEST CHANCE EVER 2 GET TONZ OF SIGN UPS IN UR DOWNLINE !!! CLICK IT DON'T MISS MAKE 16.000 Dollars Every Fcuckng Month ! Click Don't Miss it !! Jesse Aldridge <[EMAIL PROTECTED]> wrote: I uploaded the following script

Weird cgi error

2008-02-24 Thread Jesse Aldridge
I uploaded the following script, called "test.py", to my webhost. It works find except when I input the string "python ". Note that's the word "python" followed by a space. If I submit that I get a 403 error. It seems to work fine with any other string. What's going on here? Here's the script i