ISPConfig hanging after login

Discussion in 'Installation/Configuration' started by Pavel Pavlov, Jul 22, 2017.

  1. Pavel Pavlov

    Pavel Pavlov New Member

    Hello,
    This is my first try to play with the ISP Config panel, so please excuse me for the basic question.
    I've followed howtoforge.com/tutorial/perfect-server-debian-9-stretch-apache-bind-dovecot-ispconfig-3-1 without any deviation except using "wget .../ISPConfig-3.1.6.tar.gz" instead of "wget ...ISPConfig-3-stable.tar.gz" in step 20 Download ISPConfig 3, but since this is marked as latest stable edition I assume it should be okay... the installation finished "Installation completed." and i can get to the login page.
    After the first login with admin:admin I get to this point
    upload_2017-7-22_14-24-32.png

    If I check my netstat for 8080 I see lots of TIME_WAIT requests
    # netstat -tapn | grep 8080
    tcp6 0 0 :::8080 :::* LISTEN 1390/apache2
    tcp6 0 0 192.168.10.5:8080 192.168.11.2:53406 TIME_WAIT -
    tcp6 0 0 192.168.10.5:8080 192.168.11.2:53388 TIME_WAIT -
    tcp6 0 22888 192.168.10.5:8080 192.168.11.2:53390 FIN_WAIT1 -
    tcp6 0 0 ::1:44846 ::1:8080 TIME_WAIT -
    tcp6 0 2527 192.168.10.5:8080 192.168.11.2:53396 FIN_WAIT1 -
    tcp6 0 0 192.168.10.5:8080 192.168.11.2:53404 TIME_WAIT -
    tcp6 0 0 192.168.10.5:8080 192.168.11.2:53392 TIME_WAIT -
    # ls -lrta /var/log/ispconfig
    total 24
    -rw-r--r-- 1 root root 0 Jul 22 11:29 ispconfig.log
    drwxr-xr-x 3 root root 4096 Jul 22 11:30 httpd
    -rw-rw---- 1 ispconfig ispconfig 150 Jul 22 11:33 auth.log
    drwxr-xr-x 14 root root 4096 Jul 22 11:36 ..
    drwxr-xr-x 3 root root 4096 Jul 22 11:46 .
    -rw-rw---- 1 root root 7263 Jul 22 12:25 cron.log

    # tail -n 10 /var/log/ispconfig/cron.log
    Sat 22 Jul 12:24:01 UTC 2017 finished.
    Sat 22 Jul 12:25:01 UTC 2017 _
    Sat 22 Jul 12:25:01 UTC 2017
    Sat 22 Jul 12:25:01 UTC 2017 finished.
    Sat 22 Jul 12:25:01 UTC 2017 /usr/bin/fail2ban-client
    Sat 22 Jul 12:25:01 UTC 2017 /sbin/iptables
    Sat 22 Jul 12:25:01 UTC 2017 /sbin/ip6tables
    Sat 22 Jul 12:26:02 UTC 2017 _
    Sat 22 Jul 12:26:02 UTC 2017
    Sat 22 Jul 12:26:02 UTC 2017 finished.

    So it seems the HTTP service is available, the connection to mariadb seems to work since I can authenticate, but then I can't see the index.php properly. journalctl -xe and dmesg also don't give me any clue what might be wrong. the /var/log/ispconfig/httpd/* contains only some access log that says I sent POST requests that are processed...nothing more... Where could I start troubleshooting ?

    Thanks!
    Pavel
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    The version you used is fine, both archives contain the same code. Check the apache error.log if you see any errors there and you might also want to try a different browser, maybe you have a ad or js blocker installed which prevents the page from loading completely.
     

Share This Page