Apache crash

  • Hello. Apache crash now. :(


    In logs:


    Code
    1. Argument "cat" isn't numeric in addition (+) at /usr/local/sbin/vlogger line 423, <STDIN> line 410424.Argument "is" isn't numeric in addition (+) at /usr/local/sbin/vlogger line 423, <STDIN> line 410426.Argument "cat" isn't numeric in addition (+) at /usr/local/sbin/vlogger line 423, <STDIN> line 410426.[Fri May 15 18:35:17.644369 2015] [core:error] [pid 10588:tid 139721104676736] AH00046: child process 12426 still did not exit, sending a SIGKILL[Fri May 15 18:35:17.645603 2015] [core:error] [pid 10588:tid 139721104676736] AH00046: child process 12292 still did not exit, sending a SIGKILL[Fri May 15 18:35:17.646439 2015] [core:error] [pid 10588:tid 139721104676736] AH00046: child process 12321 still did not exit, sending a SIGKILL


    In mpm_worker.conf


    Code
    1. StartServers 2
    2. MinSpareThreads> 25
    3. MaxSpareThreads> 75
    4. ThreadLimit 64
    5. ThreadsPerChild> 25
    6. MaxRequestWorkers 150
    7. MaxConnectionsPerChild 0



    Help fix, please.

  • Hello ;


    Distro and codename?


    Result of the following command?

    Shell-Script
    1. # apache2ctl -M


    Result of the following command?

    Shell-Script
    1. # cat /etc/apache2/sites-available/00_nameserver.conf |grep LogFormat


    Thanks

    badge.php?id=1239063037&bid=2518&key=1747635596&format=png&z=547451206

  • Result


    Code
    1. root@srv:~# apache2ctl -MLoaded Modules: core_module (static) so_module (static) watchdog_module (static) http_module (static) log_config_module (static) logio_module (static) version_module (static) unixd_module (static) access_compat_module (shared) actions_module (shared) alias_module (shared) auth_basic_module (shared) authn_core_module (shared) authn_file_module (shared) authz_core_module (shared) authz_groupfile_module (shared) authz_host_module (shared) authz_user_module (shared) autoindex_module (shared) cgid_module (shared) deflate_module (shared) dir_module (shared) env_module (shared) fcgid_module (shared) filter_module (shared) mime_module (shared) mpm_worker_module (shared) negotiation_module (shared) proxy_module (shared) proxy_http_module (shared) rewrite_module (shared) setenvif_module (shared) socache_shmcb_module (shared) ssl_module (shared) status_module (shared) suexec_module (shared)



    Code
    1. root@srv:~# cat /etc/apache2/sites-available/00_nameserver.conf |grep LogFormat
    2. LogFormat "%v %I %O %h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" vlogs
  • The vlogger script expects a integer from %I and %O variables. I'm pretty sure that you modified something because such bug should not occur... If you want further help, add my SSH key to your server and give me the IP. Then, I'll investigate.

    badge.php?id=1239063037&bid=2518&key=1747635596&format=png&z=547451206