Hello, after upgrading yesterday to 3.1.12 on Debian Jessie I'm seeing repeated warnings in my Apache error.log Code: Argument ""-"" isn't numeric in numeric gt (>) at /usr/local/ispconfig/server/scripts/vlogger line 514, <STDIN> line 11. . . . Argument ""-"" isn't numeric in numeric gt (>) at /usr/local/ispconfig/server/scripts/vlogger line 514, <STDIN> line 500. Something was changed in the vlogger that doesn't seem to like my apache log settings? Is this something I can fix? Thanks!
I am not aware of any custom log format. I installed Debian Jessie from Perfect Server instructions. Any idea where I can check to see which format is being used? I found this in apache2.conf Code: LogFormat "%v:%p %h %l %u %t \"%r\" %>s %O \"%{Referer}i\" \"%{User-Agent}i\"" vhost_combined LogFormat "%h %l %u %t \"%r\" %>s %O \"%{Referer}i\" \"%{User-Agent}i\"" combined LogFormat "%h %l %u %t \"%r\" %>s %O" common LogFormat "%{Referer}i -> %U" referer LogFormat "%{User-agent}i" agent
Ok, so the issue must bee in normal access logging and not error.log as I assumed first. Do you use a custom access.log format,or is it all standard?
no, not that I know of. I havn't changed any log settings so I assume it's all standard. I found in etc/apache2/conf-available/other-vhost-access-log.conf If you give me a hint where to check for anything else I can look.