Can't load initial ISPConfig login page

Discussion in 'Installation/Configuration' started by fred!head, Mar 28, 2008.

  1. fred!head

    fred!head New Member

    Hi,

    I finally got through the ISPConfig process but the :81 page doesn't load. Where would I begin to debug possible reasons, what files, what processes? I can't find an FAQ or article that lists the things to work through to get the login page to display.

    I'm running Ubuntu Gutsy on a VPS, if that helps.

    Any help appreciated!

    Tim
     
    Last edited: Mar 28, 2008
  2. falko

    falko Super Moderator Howtoforge Staff

    What's the output of
    Code:
    netstat -tap
    ? Any errors in the error log in /root/ispconfig/httpd/logs/?
     
  3. fred!head

    fred!head New Member

    Output

    Active Internet connections (servers and established)
    Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
    tcp 0 0 *:mysql *:* LISTEN 2253/mysqld
    tcp 0 0 *:www *:* LISTEN 2604/apache2
    tcp 0 0 www.redhorsecomm:domain *:* LISTEN 2133/named
    tcp 0 0 localhost.locald:domain *:* LISTEN 2133/named
    tcp 0 0 *:smtp *:* LISTEN 2495/master
    tcp 0 0 localhost.localdoma:953 *:* LISTEN 2133/named
    tcp 0 0 *:https *:* LISTEN 2604/apache2
    tcp6 0 0 *:imaps *:* LISTEN 2373/couriertcpd
    tcp6 0 0 *:pop3s *:* LISTEN 2413/couriertcpd
    tcp6 0 0 *:pop3 *:* LISTEN 2388/couriertcpd
    tcp6 0 0 *:imap2 *:* LISTEN 2346/couriertcpd
    tcp6 0 0 *:35535 *:* LISTEN 2157/sshd
    tcp6 0 0 *:domain *:* LISTEN 2133/named
    tcp6 0 0 *:smtp *:* LISTEN 2495/master
    tcp6 0 0 ip6-localhost:953 *:* LISTEN 2133/named
    tcp6 0 52 www.redhorsecommu:xxx ip68-106-18-166.p:61910 ESTABLISHED3395/sshd: yyy

    The error log says this:

    [Fri Mar 28 04:29:18 2008] [alert] ispconfig_httpd: Could not determine the server's fully qualified domain name, using 127.0.0.1 for ServerName
    [Fri Mar 28 04:29:18 2008] [notice] Apache configured -- resuming normal operations
    [Fri Mar 28 04:29:18 2008] [notice] Accept mutex: sysvsem (Default: sysvsem)
    [Fri Mar 28 05:12:36 2008] [notice] caught SIGTERM, shutting down

    I've swapped out with xxx and yyy sensitive info.

    Part of what I'm up to is trying to set up a server before re-pointing the domain name to the new server. The HowtoForge article I followed didn't seem to account for that scenario one way or another.

    Appreciate any insights. Thank you!
     
  4. falko

    falko Super Moderator Howtoforge Staff

    ISPConfig isn't running. Please start it:
    Code:
    /etc/init.d/ispconfig_server start
     

Share This Page