Re: [us...@httpd] Serving default error pages after CGI?

2009-01-13 Thread Brian Mearns
On Tue, Jan 13, 2009 at 7:21 AM, Eric Covener wrote: > On Tue, Jan 13, 2009 at 7:11 AM, Sacha Varma wrote: >> I've been unable to google up the answer to this, so if anyone can help it >> would be much appreciated. >> >> The CGI standard (RFC 3875, 6.3.3) allows a CGI script to output an HTTP >>

Re: [us...@httpd] Serving default error pages after CGI?

2009-01-13 Thread Eric Covener
On Tue, Jan 13, 2009 at 7:11 AM, Sacha Varma wrote: > I've been unable to google up the answer to this, so if anyone can help it > would be much appreciated. > > The CGI standard (RFC 3875, 6.3.3) allows a CGI script to output an HTTP > status code header (e.g. 'Status: 404 Not Found'). A response

[us...@httpd] Serving default error pages after CGI?

2009-01-13 Thread Sacha Varma
I've been unable to google up the answer to this, so if anyone can help it would be much appreciated. The CGI standard (RFC 3875, 6.3.3) allows a CGI script to output an HTTP status code header (e.g. 'Status: 404 Not Found'). A response body is optional. My CGI program outputs just this stat