error: One or more needed services are offline

Discussion in 'Installation/Configuration' started by Aivaras, Oct 24, 2015.

  1. Aivaras

    Aivaras Member

    I have wery big big problem..
    My Web-Server always is Offline. "error:
    One or more needed services are offline [More...]"
    -> Web-Server: Offline
    I must restart apache every 10-20 minutes, to sites work normally... and later web-server becomes offline again. There is only about 10 web sites only... Minimum traffic.. But Web-Server is always offline.
    After restarting apache, I get this warning: [warn] NameVirtualHost *:443 has no VirtualHosts
    --------------------
    Server is with debian 7, expert setup with web, email and tadabase in one (none interface, none DNS).
    I have attached htf_report.txt and netstat.txt.
    Last apache error logs is:
    =============
    [Sat Oct 24 07:12:21 2015] [notice] Apache/2.2.22 (Debian) DAV/2 mod_fastcgi/mod_fastcgi-SNAP-0910052141 mod_fcgid/2.3.6 PHP/5.4.45-0+deb7u1 mod_python/3.3.1 Python/2.7.3 mod_ruby/1.2.6 Ruby/1.8.7(2012-02-08) mod_ssl/2.2.22 OpenSSL/1.0.1e configured -- resuming normal operations
    [Sat Oct 24 07:25:44 2015] [error] [client 81.223.254.34] File does not exist: /var/www/robots.txt
    [Sat Oct 24 08:32:05 2015] [error] [client 141.212.121.176] client denied by server configuration: /var/www/
    [Sat Oct 24 09:25:41 2015] [error] server reached MaxClients setting, consider raising the MaxClients setting
    [Sat Oct 24 11:14:59 2015] [error] [client 203.156.127.27] File does not exist: /var/www/phpMyAdmin
    [Sat Oct 24 11:15:07 2015] [error] [client 203.156.127.27] File does not exist: /var/www/pma
    [Sat Oct 24 11:15:18 2015] [error] [client 203.156.127.27] File does not exist: /var/www/myadmin
    [Sat Oct 24 12:28:01 2015] [notice] caught SIGTERM, shutting down
    [Sat Oct 24 12:28:02 2015] [notice] suEXEC mechanism enabled (wrapper: /usr/lib/apache2/suexec)
    [Sat Oct 24 12:28:02 2015] [notice] Digest: generating secret for digest authentication ...
    [Sat Oct 24 12:28:02 2015] [notice] Digest: done
    PHP Deprecated: Comments starting with '#' are deprecated in /etc/php5/apache2/conf.d/ming.ini on line 1 in Unknown on line 0
    [Sat Oct 24 12:28:02 2015] [notice] FastCGI: process manager initialized (pid 31324)
    [Sat Oct 24 12:28:02 2015] [error] python_init: Python version mismatch, expected '2.7.2+', found '2.7.3'.
    [Sat Oct 24 12:28:02 2015] [error] python_init: Python executable found '/usr/bin/python'.
    [Sat Oct 24 12:28:02 2015] [error] python_init: Python path being used '/usr/lib/python2.7/:/usr/lib/python2.7/plat-linux2:/usr/lib/python2.7/lib-tk:/usr/lib/python2.7/lib-old:/usr/lib/python2.7/lib-dynload'.
    [Sat Oct 24 12:28:02 2015] [notice] mod_python: Creating 8 session mutexes based on 150 max processes and 0 max threads.
    [Sat Oct 24 12:28:02 2015] [notice] mod_python: using mutex_directory /tmp
    [Sat Oct 24 12:28:02 2015] [notice] Apache/2.2.22 (Debian) DAV/2 mod_fastcgi/mod_fastcgi-SNAP-0910052141 mod_fcgid/2.3.6 PHP/5.4.45-0+deb7u1 mod_python/3.3.1 Python/2.7.3 mod_ruby/1.2.6 Ruby/1.8.7(2012-02-08) mod_ssl/2.2.22 OpenSSL/1.0.1e configured -- resuming normal operations
    [Sat Oct 24 12:39:18 2015] [error] server reached MaxClients setting, consider raising the MaxClients setting
    [Sat Oct 24 13:10:46 2015] [notice] caught SIGTERM, shutting down
    [Sat Oct 24 13:10:48 2015] [notice] suEXEC mechanism enabled (wrapper: /usr/lib/apache2/suexec)
    [Sat Oct 24 13:10:48 2015] [notice] Digest: generating secret for digest authentication ...
    [Sat Oct 24 13:10:48 2015] [notice] Digest: done
    [Sat Oct 24 13:10:48 2015] [notice] FastCGI: process manager initialized (pid 1492)
    ==============
    Please HELP! :)
     

    Attached Files:

  2. Aivaras

    Aivaras Member

    [error] server reached MaxClients setting
    Where is config of this?
     
  3. Jesse Norell

    Jesse Norell Well-Known Member Staff Member Howtoforge Staff

    Code:
    grep -r MaxClients /etc/apache2/
    Probably /etc/apache2/apache2.conf
     

Share This Page