[SOLVED]Webserver/ispConfig DOWN after reboot

Discussion in 'Installation/Configuration' started by AxelssonDesign, May 30, 2017.

  1. Hello,

    After rebooting my server webserver is not working and I can't login to my control panel. Can't login with ip-adress also.

    Code:
    ##### SERVER #####
    IP-address (as per hostname): ***.***.***.***
    IP-address(es) (as per ifconfig): ***.***.***.***
    [INFO] ISPConfig is installed.
    
    ##### ISPCONFIG #####
    ISPConfig version is 3.1.3
    
    
    ##### VERSION CHECK #####
    
    [INFO] php (cli) version is 5.6.30-0+deb8u1
    
    ##### PORT CHECK #####
    
    [WARN] Port 8080 (ISPConfig) seems NOT to be listening
    [WARN] Port 8081 (ISPConfig Apps) seems NOT to be listening
    [WARN] Port 80 (Webserver) seems NOT to be listening
    [WARN] Port 443 (Webserver SSL) seems NOT to be listening
    
    ##### MAIL SERVER CHECK #####
    
    
    ##### RUNNING SERVER PROCESSES #####
    
    [WARN] I could not determine which web server is running.
    [INFO] I found the following mail server(s):
      Postfix (PID 1093)
    [INFO] I found the following pop3 server(s):
      Dovecot (PID 486)
    [INFO] I found the following imap server(s):
      Unknown process (init) (PID 1)
    [INFO] I found the following ftp server(s):
      PureFTP (PID 932)
    
    ##### LISTENING PORTS #####
    (only  ()
    Local  (Address)
    [anywhere]:21  (932/pure-ftpd)
    [anywhere]:22  (462/sshd)
    [anywhere]:25  (1093/master)
    [anywhere]:993  (1/init)
    [anywhere]:995  (486/dovecot)
    [localhost]:10023  (763/postgrey.pid)
    [localhost]:8999  (464/php-fpm.conf))
    [localhost]:10024  (1122/amavisd-new)
    [localhost]:10025  (1093/master)
    [localhost]:10026  (1122/amavisd-new)
    [localhost]:3306  (790/mysqld)
    [localhost]:10027  (1093/master)
    [anywhere]:587  (1093/master)
    [localhost]:11211  (467/memcached)
    [anywhere]:110  (486/dovecot)
    [anywhere]:143  (1/init)
    [anywhere]:465  (1093/master)
    *:*:*:*::*:21  (932/pure-ftpd)
    *:*:*:*::*:22  (462/sshd)
    *:*:*:*::*:25  (1093/master)
    *:*:*:*::*:993  (1/init)
    *:*:*:*::*:995  (486/dovecot)
    *:*:*:*::*:10023  (763/postgrey.pid)
    *:*:*:*::*:10024  (1122/amavisd-new)
    *:*:*:*::*:10026  (1122/amavisd-new)
    *:*:*:*::*:587  (1093/master)
    [localhost]10  (486/dovecot)
    [localhost]43  (1/init)
    *:*:*:*::*:465  (1093/master)
    
    
    
    
    ##### IPTABLES #####
    Chain INPUT (policy ACCEPT)
    target  prot opt source  destination
    fail2ban-postfix-sasl  tcp  --  [anywhere]/0  [anywhere]/0  multiport dports 25
    fail2ban-dovecot-pop3imap  tcp  --  [anywhere]/0  [anywhere]/0  multiport dports
    110,995,143,993
    fail2ban-pureftpd  tcp  --  [anywhere]/0  [anywhere]/0  multiport dports 21
    fail2ban-ssh  tcp  --  [anywhere]/0  [anywhere]/0  multiport dports 22
    
    Chain FORWARD (policy ACCEPT)
    target  prot opt source  destination
    
    Chain OUTPUT (policy ACCEPT)
    target  prot opt source  destination
    
    Chain fail2ban-dovecot-pop3imap (1 references)
    target  prot opt source  destination
    RETURN  all  --  [anywhere]/0  [anywhere]/0
    
    Chain fail2ban-postfix-sasl (1 references)
    target  prot opt source  destination
    RETURN  all  --  [anywhere]/0  [anywhere]/0
    
    Chain fail2ban-pureftpd (1 references)
    target  prot opt source  destination
    RETURN  all  --  [anywhere]/0  [anywhere]/0
    
    Chain fail2ban-ssh (1 references)
    target  prot opt source  destination
    RETURN  all  --  [anywhere]/0  [anywhere]/0
    
    Please help.
     
    Last edited: May 30, 2017
  2. Jesse Norell

    Jesse Norell Well-Known Member Staff Member Howtoforge Staff

    Check your webserver log files, eg. /var/log/apache2/error.log for apache on debian
     

Share This Page