Welcome to the bugtracker of the ISPConfig project. This bugtracker is for ISPConfig 3.x only.
FS#692 - Argument "-" isn't numeric in numeric gt (>) at /usr/sbin/vlogger line 456
Attached to Project:
ISPConfig 3
Opened by Falko Timme (falko) - Monday, 06 April 2009, 11:52 GMT
Last edited by Till (Till) - Sunday, 03 May 2009, 11:55 GMT
Opened by Falko Timme (falko) - Monday, 06 April 2009, 11:52 GMT
Last edited by Till (Till) - Sunday, 03 May 2009, 11:55 GMT
|
This task depends upon
Closed by Till (Till)
Sunday, 03 May 2009, 11:55 GMT
Reason for closing: Fixed
Additional comments about closing: Thanks for the patch.
Sunday, 03 May 2009, 11:55 GMT
Reason for closing: Fixed
Additional comments about closing: Thanks for the patch.
LogFormat "%v %h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" combined_ispconfig
to this
LogFormat "%v %h %l %u %t \"%r\" %>s %B \"%{Referer}i\" \"%{User-Agent}i\"" combined_ispconfig
Small b to big B.
It looks that vlogger can not stand '-' sign instead of zero.
As it notes here: http://httpd.apache.org/docs/1.3/mod/mod_log_config.html
%...B: Bytes sent, excluding HTTP headers.
%...b: Bytes sent, excluding HTTP headers. In CLF format i.e. a '-' rather than a 0 when no bytes are sent.