https://issues.apache.org/bugzilla/show_bug.cgi?id=56695
Bug ID: 56695
Summary: Doc error on option %O for mod_logio
Product: Apache httpd-2
Version: 2.4.9
Hardware: PC
Status: NEW
Severity: normal
Priority: P2
Component: Documentation
Assignee: [email protected]
Reporter: [email protected]
In http://httpd.apache.org/docs/2.2/mod/mod_log_config.html#formats
and http://httpd.apache.org/docs/2.4/mod/mod_log_config.html#formats
Document reports usage for option %O :
"%O Bytes sent, including headers. Cannot be zero. You need to enable
mod_logio to use this."
But this value CAN BE zero : if the request is aborted before response is sent,
then bytes sent are equal to zero.
This can be confirmed with log flag %X, reporting 'X' in such cases.
So documentation should be updated to state that this value may be equal to 0
in some rare case where request was aborted before answer was sent.
--
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]