On Wed, 2002-06-12 at 23:36, [EMAIL PROTECTED] wrote: > jerenkrantz 2002/06/12 23:36:40 > > Modified: . CHANGES > modules/generators mod_cgi.c > Log: > Per RFC 2616 section 9.4, we SHOULD return the content-length if possible on > HEAD requests (even for CGI requests). Also do it because it fixes the cause > of .37's demise. > > This also fixes a condition seen on FreeBSD-4.6 where HEAD requests on CGI > scripts would hang because the OS would return EAGAIN in log_script_err > (via apr_file_gets). Since we never read the script output, this caused > FreeBSD to not let us read stderr.
Thanks for the quick fix. Time for a 2.0.38 release? --Brian