Apache Error.log - Argument ""-"" isn't numeric

Discussion in 'Installation/Configuration' started by tomnhanni, May 29, 2018.

  1. tomnhanni

    tomnhanni New Member

    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? o_O
    Thanks!
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Which custom log format do you use?
     
  3. tomnhanni

    tomnhanni New Member

    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
    
     
  4. till

    till Super Moderator Staff Member ISPConfig Developer

    Thanks, this helps us in debugging the issue. Do you have log file anonymization turned on?
     
  5. tomnhanni

    tomnhanni New Member

    No I havn't looked into those options yet.
     
  6. till

    till Super Moderator Staff Member ISPConfig Developer

    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?
     
  7. tomnhanni

    tomnhanni New Member

    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.
     
  8. till

    till Super Moderator Staff Member ISPConfig Developer

Share This Page