ISPConfig 3

Welcome to the bugtracker of the ISPConfig project. This bugtracker is for ISPConfig 3.x only.
Tasklist

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
Task Type Bug Report
Category Backend / Core
Status Closed
Assigned To No-one
Operating System All
Severity Low
Priority Normal
Reported Version 3.0.1.1
Due in Version 3.0.1.2
Due Date Undecided
Percent Complete 100%
Votes 0
Private No
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.
Comment by Colovic Vladan (cvladan) - Sunday, 26 April 2009, 07:11 GMT
In /etc/httpd/conf/sites-available/ispconfig.conf change:

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.

Loading...