Cannot connect to web control after os update and ISPCONFIG update? Help!

Discussion in 'General' started by Erin, Nov 15, 2015.

  1. Erin

    Erin New Member

    Hello,

    On saturday I decided to update my Debian machine to the latest update, as well as ISPCONFIG 3 but after the update I cannot access the web control for ispconfig 3 and when I visit the website linked it has the "it works!" page instead of the actual website contents

    I noticed in the report below it shows that ports 443, 8080, 8081 are not listening but unsure why

    Any help appreciated.

    Report:
    root@server:~# cat htf_report.txt | more


    ##### SERVER #####

    IP-address (as per hostname): ***.***.***.***

    IP-address(es) (as per ifconfig): ***.***.***.***

    [INFO] ISPConfig is installed.


    ##### ISPCONFIG #####

    ISPConfig version is 3.0.5.4p8



    ##### VERSION CHECK #####


    [INFO] php (cli) version is 5.4.45-0+deb7u2


    ##### PORT CHECK #####


    [WARN] Port 8080 (ISPConfig) seems NOT to be listening

    [WARN] Port 8081 (ISPConfig Apps) seems NOT to be listening

    [WARN] Port 443 (Webserver SSL) seems NOT to be listening


    ##### MAIL SERVER CHECK #####



    ##### RUNNING SERVER PROCESSES #####


    [INFO] I found the following web server(s):

    Apache 2 (PID 2791)

    [INFO] I found the following mail server(s):

    Postfix (PID 3994)

    [INFO] I found the following pop3 server(s):

    Dovecot (PID 3718)

    [INFO] I found the following imap server(s):

    Dovecot (PID 3718)

    [INFO] I found the following ftp server(s):

    PureFTP (PID 3739)


    ##### LISTENING PORTS #####

    (only ()

    Local (Address)

    [anywhere]:3306 (3521/mysqld)

    [anywhere]:587 (3994/master)

    [localhost]:11211 (3048/memcached)

    [anywhere]:110 (3718/dovecot)

    [anywhere]:143 (3718/dovecot)

    [anywhere]:111 (1803/rpcbind)

    [anywhere]:465 (3994/master)

    [anywhere]:21 (3739/pure-ftpd)

    ***.***.***.***:53 (2695/named)

    [localhost]:53 (2695/named)

    [anywhere]:22 (4081/sshd)

    [anywhere]:25 (3994/master)

    [localhost]:953 (2695/named)

    [anywhere]:38908 (1834/rpc.statd)

    [anywhere]:993 (3718/dovecot)

    [anywhere]:995 (3718/dovecot)

    [localhost]:10024 (2744/amavisd-new)

    [localhost]:10025 (3994/master)

    *:*:*:*::*:587 (3994/master)

    [localhost]10 (3718/dovecot)

    [localhost]43 (3718/dovecot)

    [localhost]11 (1803/rpcbind)

    *:*:*:*::*:80 (2791/apache2)

    *:*:*:*::*:465 (3994/master)

    *:*:*:*::*:21 (3739/pure-ftpd)

    *:*:*:*::*:53 (2695/named)

    *:*:*:*::*:22 (4081/sshd)

    *:*:*:*::*:25 (3994/master)

    *:*:*:*::*:953 (2695/named)

    *:*:*:*::*:36188 (1834/rpc.statd)

    *:*:*:*::*:993 (3718/dovecot)

    *:*:*:*::*:995 (3718/dovecot)





    ##### IPTABLES #####

    Chain INPUT (policy ACCEPT)

    target prot opt source destination

    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-sasl tcp -- [anywhere]/0 [anywhere]/0 multiport dports 25

    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-pureftpd (1 references)

    target prot opt source destination

    RETURN all -- [anywhere]/0 [anywhere]/0


    Chain fail2ban-sasl (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
     
  2. matthias

    matthias New Member Moderator

    Did the OS update possibly damage or overwrite the default Apache configuration files? That would explain the "not listening on ports 443, 8080 etc". And of course, ISPConfig wouldn't be accessible either, then.

    Is there anything in the logs, especially the error logs of Apache?
     
  3. Erin

    Erin New Member

    In /var/log/apache2/error.log this is that it has a bunch of
    "[error] [client *.*.*.*] File does not exist: /var/www/favicon.ico"

    But the rest of the file has this:

    PHP Deprecated: Comments starting with '#' are deprecated in /etc/php5/apache2/conf.d/ming.ini on line 1 in Unknown on line 0

    [Sat Nov 14 08:44:31 2015] [notice] Apache/2.2.22 (Debian) PHP/5.4.45-0+deb7u2 configured -- resuming normal operations

    [Sat Nov 14 08:57:16 2015] [notice] caught SIGTERM, shutting down

    PHP Deprecated: Comments starting with '#' are deprecated in /etc/php5/apache2/conf.d/ming.ini on line 1 in Unknown on line 0

    [Sat Nov 14 08:58:19 2015] [notice] Apache/2.2.22 (Debian) PHP/5.4.45-0+deb7u2 configured -- resuming normal operations

    [Sat Nov 14 09:20:03 2015] [notice] caught SIGTERM, shutting down

    PHP Deprecated: Comments starting with '#' are deprecated in /etc/php5/apache2/conf.d/ming.ini on line 1 in Unknown on line 0

    [Sat Nov 14 09:20:04 2015] [notice] Apache/2.2.22 (Debian) PHP/5.4.45-0+deb7u2 configured -- resuming normal operations

    [Sat Nov 14 09:26:24 2015] [error] [client 10.0.0.1] File does not exist: /var/www/favicon.ico, referer: domain.com/

    [Sat Nov 14 09:32:55 2015] [error] [client *.*.*.*] Invalid method in request \x16\x03\x01

    [Sat Nov 14 09:32:55 2015] [error] [client *.*.*.*] Invalid method in request \x16\x03\x01

    [Sat Nov 14 09:32:55 2015] [error] [client *.*.*.*] Invalid method in request \x16\x03\x01

    [Sat Nov 14 09:32:55 2015] [error] [client *.*.*.*] Invalid method in request \x16\x03\x01

    [Sat Nov 14 09:32:57 2015] [error] [client *.*.*.*] Invalid method in request \x16\x03\x01

    [Sat Nov 14 09:32:57 2015] [error] [client *.*.*.*] Invalid method in request \x16\x03\x01

    [Sat Nov 14 09:32:57 2015] [error] [client *.*.*.*] Invalid method in request \x16\x03\x01

    [Sat Nov 14 09:32:57 2015] [error] [client *.*.*.*] Invalid method in request \x16\x03\x01

    [Sat Nov 14 09:34:25 2015] [notice] caught SIGTERM, shutting down

    PHP Deprecated: Comments starting with '#' are deprecated in /etc/php5/apache2/conf.d/ming.ini on line 1 in Unknown on line 0

    [Sat Nov 14 09:35:59 2015] [notice] Apache/2.2.22 (Debian) PHP/5.4.45-0+deb7u2 configured -- resuming normal operations

    [Sun Nov 15 06:25:04 2015] [notice] Graceful restart requested, doing restart

    [Sun Nov 15 06:25:04 2015] [error] (9)Bad file descriptor: apr_socket_accept: (client socket)

    [Sun Nov 15 06:25:04 2015] [error] (9)Bad file descriptor: apr_socket_accept: (client socket)

    [Sun Nov 15 06:25:04 2015] [error] (9)Bad file descriptor: apr_socket_accept: (client socket)

    [Sun Nov 15 06:25:04 2015] [error] (9)Bad file descriptor: apr_socket_accept: (client socket)

    [Sun Nov 15 06:25:04 2015] [error] (9)Bad file descriptor: apr_socket_accept: (client socket)
     
  4. concept21

    concept21 Active Member

    You should not have done a OS upgrade. It won't work. :D
     
  5. Erin

    Erin New Member

    How do I fix it?
     

Share This Page