Apache wont start anymore !

Discussion in 'Server Operation' started by wapa17, Jan 2, 2007.

  1. wapa17

    wapa17 New Member

    Mandriva 2006 - ISPConfig

    Buenas tardes,

    ..first day at work and after a revision of the logfiles I saw that apache was not running.
    I tried to start Apache manually and got the following error:

    [root@mail ~]# service httpd start
    Starting httpd: [Tue Jan 02 16:45:55 2007] [warn] NameVirtualHost 192.168.0.101:80 has no VirtualHosts

    Checked the VHost-section (etc/httpd/vhosts) and there ARE my virtualhosts.

    The apache-errorlog:
    --------------------------------
    [Fri Dec 29 18:43:16 2006] [notice] caught SIGTERM, shutting down
    [Fri Dec 29 18:43:16 2006] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec)
    [Fri Dec 29 18:43:16 2006] [notice] Digest: generating secret for digest authentication ...
    [Fri Dec 29 18:43:16 2006] [notice] Digest: done
    [Fri Dec 29 18:43:16 2006] [notice] Apache/2.0.54 (Mandriva Linux/PREFORK-13.3.20060mdk) configured -- resuming normal operations


    [Fri Dec 29 19:57:32 2006] [error] [client 192.168.0.101] File does not exist: /var/www/sharedip/favicon.ico
    [Fri Dec 29 19:57:51 2006] [error] [client 10.0.0.101] File does not exist: /var/www/sharedip/favicon.ico
    [Fri Dec 29 20:22:39 2006] [error] [client 200.71.59.56] File does not exist: /var/www/sharedip/stats
    [Fri Dec 29 20:22:47 2006] [error] [client 200.71.59.56] File does not exist: /var/www/sharedip/stats
    [Fri Dec 29 23:31:40 2006] [error] [client 200.118.2.178] File does not exist: /var/www/sharedip/favicon.ico
    [Fri Dec 29 23:32:23 2006] [error] [client 200.118.2.178] File does not exist: /var/www/sharedip/favicon.ico
    [Sat Dec 30 18:03:32 2006] [error] [client 200.91.199.113] File does not exist: /var/www/sharedip/mailuser
    unable to start piped log program '/root/ispconfig/cronolog --symlink=/var/log/httpd/ispconfig_access_log /var/log/httpd/ispconfig_access_log_%Y_%m_%d': No such file or directory
    Unable to open logs
    -------------------------------------

    Please could somebody give me an idea where to search ?
     
  2. KenKnight

    KenKnight Member

    try to start apache and then run;

    tail /var/log/syslog

    See if it reports where the problem is.

    Cheers!
    Ken
     
  3. falko

    falko Super Moderator ISPConfig Developer

    What's the output of
    Code:
    ls -l /root/ispconfig/cronolog
    ?
     

Share This Page