Re: how to log what status was returned by a cgi script

2003-10-01 Thread gregames
Jeff Trawick wrote: a cgi script can write this in the response header: "Status: nnn"... it would sometimes be nice to know if the script did such a thing... (like a current problem I'm working on: where the heck did the 500 come from for this CGI; there's nothing in the error log and the few p

how to log what status was returned by a cgi script

2003-09-29 Thread Jeff Trawick
a cgi script can write this in the response header: "Status: nnn"... it would sometimes be nice to know if the script did such a thing... (like a current problem I'm working on: where the heck did the 500 come from for this CGI; there's nothing in the error log and the few places in the server