Re: svn commit: r729586 - in /httpd/httpd/trunk: CHANGES server/util_script.c

2009-01-08 Thread Joe Orton
On Wed, Jan 07, 2009 at 02:34:29PM -0500, Eric Covener wrote: On Fri, Dec 26, 2008 at 10:53 PM, n...@apache.org wrote: Author: niq Date: Fri Dec 26 19:53:32 2008 New Revision: 729586 URL: http://svn.apache.org/viewvc?rev=729586view=rev Log: CGI: return 504 (Gateway timeout) rather

Re: svn commit: r729586 - in /httpd/httpd/trunk: CHANGES server/util_script.c

2009-01-08 Thread Nick Kew
On 8 Jan 2009, at 10:34, Joe Orton wrote: I don't see why 504 is more appropriate than 500 for this case. 504 is specifically defined for cases where the server is acting as a gateway or proxy, which it is not here. (by the 2616 definitions of gateway and proxy) joe One might consider

Re: svn commit: r729586 - in /httpd/httpd/trunk: CHANGES server/util_script.c

2009-01-08 Thread André Malo
* Nick Kew wrote: On 8 Jan 2009, at 10:34, Joe Orton wrote: I don't see why 504 is more appropriate than 500 for this case. 504 is specifically defined for cases where the server is acting as a gateway or proxy, which it is not here. (by the 2616 definitions of gateway and proxy)

Re: svn commit: r729586 - in /httpd/httpd/trunk: CHANGES server/util_script.c

2009-01-07 Thread Eric Covener
On Fri, Dec 26, 2008 at 10:53 PM, n...@apache.org wrote: Author: niq Date: Fri Dec 26 19:53:32 2008 New Revision: 729586 URL: http://svn.apache.org/viewvc?rev=729586view=rev Log: CGI: return 504 (Gateway timeout) rather than 500 when a script times out before returning status

Re: svn commit: r729586 - in /httpd/httpd/trunk: CHANGES server/util_script.c

2009-01-07 Thread Nick Kew
On 7 Jan 2009, at 19:34, Eric Covener wrote: On Fri, Dec 26, 2008 at 10:53 PM, n...@apache.org wrote: Author: niq Date: Fri Dec 26 19:53:32 2008 New Revision: 729586 URL: http://svn.apache.org/viewvc?rev=729586view=rev Log: CGI: return 504 (Gateway timeout) rather than 500 when a script