DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18338>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18338
Apache does not log HTTP 204's correctly
------- Additional Comments From info@orangexl.com 2003-03-25 21:32 -------
Are you sure the statusline shouldn't be formed like said in
http://www.w3.org/Protocols/rfc2616/rfc2616-sec6.html#sec6.1 ???
Try:
#!perl
print "$ENV{SERVER_PROTOCOL} 204 No Content\n"
exit;
Will upgrade as soon as 2.0.45 is out.
---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org
|