Web-Server:Offline

Discussion in 'Installation/Configuration' started by Robgs500F, Oct 28, 2010.

  1. Robgs500F

    Robgs500F New Member

    I installed Centos / IPSconfig and had it working well.

    I then did some Yum updates and it all appears to have gone wrong!

    the Admin panel / webmin / default apache works.

    but the 10.10.10.68 address i was using to get to my web page does not.

    On the ISPconfig web page it says Web-Server:Offline

    Can anyone please give me some troubleshooting tips? I would hate to have to start right back at the beginning!

    Rob
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Please post the output of:

    netstat -tap
     
  3. Robgs500F

    Robgs500F New Member

    This is the output:
    Code:
    [root@centos ~]# netstat -tap
    Active Internet connections (servers and established)
    Proto Recv-Q Send-Q Local Address               Foreign Address             Stat                                                                                                 e       PID/Program name
    tcp        0      0 *:mysql                     *:*                         LIST                                                                                                 EN      3011/mysqld
    tcp        0      0 *:corba-iiop-ssl            *:*                         LIST                                                                                                 EN      2622/rpc.statd
    tcp        0      0 *:sunrpc                    *:*                         LIST                                                                                                 EN      2586/portmap
    tcp        0      0 *:ndmp                      *:*                         LIST                                                                                                 EN      3298/perl
    tcp        0      0 *:ftp                       *:*                         LIST                                                                                                 EN      3146/pure-ftpd (SER
    tcp        0      0 centos:domain               *:*                         LIST                                                                                                 EN      2559/named
    tcp        0      0 centos:ipp                  *:*                         LIST                                                                                                 EN      2907/cupsd
    tcp        0      0 centos:smtp                 *:*                         LIST                                                                                                 EN      3103/master
    tcp        0      0 centos:rndc                 *:*                         LIST                                                                                                 EN      2559/named
    tcp        0      0 *:imaps                     *:*                         LIST                                                                                                 EN      3039/dovecot
    tcp        0      0 *:pop3s                     *:*                         LIST                                                                                                 EN      3039/dovecot
    tcp        0      0 *:pop3                      *:*                         LIST                                                                                                 EN      3039/dovecot
    tcp        0      0 *:imap                      *:*                         LIST                                                                                                 EN      3039/dovecot
    tcp        0      0 *:http                      *:*                         LIST                                                                                                 EN      3132/httpd
    tcp        0      0 *:webcache                  *:*                         LIST                                                                                                 EN      3132/httpd
    tcp        0      0 *:tproxy                    *:*                         LIST                                                                                                 EN      3132/httpd
    tcp        0      0 *:ftp                       *:*                         LIST                                                                                                 EN      3146/pure-ftpd (SER
    tcp        0      0 localhost6.localdoma:domain *:*                         LIST                                                                                                 EN      2559/named
    tcp        0      0 *:ssh                       *:*                         LIST                                                                                                 EN      2894/sshd
    tcp        0      0 localhost6.localdomain:rndc *:*                         LIST                                                                                                 EN      2559/named
    tcp        0      0 *:https                     *:*                         LIST                                                                                                 EN      3132/httpd
    tcp        0   1632 ::ffff:10.10.10.68:ssh      ::ffff:10.10.1.2:49977      ESTA                                                                                                 BLISHED 11731/0
    Hope some one can help me.

    Rob
     
  4. till

    till Super Moderator Staff Member ISPConfig Developer

    Looks fine so far, apache is running and listening on the correct ports.

    Have you used webmin to work on the system? Webmin conflicts with ispconfig and if you edited a setting of the apache webserver with webmin, it might have corrupted the ispconfig setup.
     
  5. Robgs500F

    Robgs500F New Member

    Thankyou for the quick reply.
    I left the server last night not working.... and it is not working this morning =/
    No idea how that happened!

    But i am very glad it did!


    Rob
     
  6. till

    till Super Moderator Staff Member ISPConfig Developer

Share This Page