ISPConfig not broadcasting on :81?

Discussion in 'Installation/Configuration' started by gdog05, Nov 11, 2006.

  1. gdog05

    gdog05 New Member

    Hey guys,

    I really only get time to work on this server on the weekend, and last weekend it was working great. I went to access the ISPConfig control panel today, and there is not a page set at https://www.mysite.com:81/. I could access it fine last weekend, so I rebooted, etc. My sites are live, FTP access is live, just not ISPConfig control panel. Is there anything I can do in Terminal to find out if there's a problem? Thanks
     
  2. arcadlemon

    arcadlemon New Member

    Hi.

    Try to run
    Code:
    # /etc/init.d/ispconfig_server start
    
    and check in the browser again. Then if it's working, it means that the startup scripts are not installed properly in which case you'll have to enable the startup scripts by doing
    Code:
    # update-rc.d -f ispconfig_server remove
    # update-rc.d ispconfig_server defaults
    
    Hope it helps.
     
  3. gdog05

    gdog05 New Member

    Thanks for that. It didn't work, but that is a good bit of info. It is still not showing up, I have checked my address many, many times to make sure I'm not using http instead of https, etc. This isn't the first time this has happened to me, it did it in a previous build as well. Any other suggestions are most welcome.
     
  4. till

    till Super Moderator Staff Member ISPConfig Developer

    Please post the output of:

    netstat -tap
     
  5. gdog05

    gdog05 New Member

    # netstat -tap
    Active Internet connections (servers and established)
    Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
    tcp 0 0 *:mysql *:* LISTEN 3778/mysqld
    tcp 0 0 *:ftp *:* LISTEN 21700/proftpd: (acc
    tcp 0 0 alexanderclarkup:domain *:* LISTEN 3582/named
    tcp 0 0 localhost.locald:domain *:* LISTEN 3582/named
    tcp 0 0 *:smtp *:* LISTEN 21779/master
    tcp 0 0 localhost.localdoma:953 *:* LISTEN 3582/named
    tcp6 0 0 *:imaps *:* LISTEN 3652/couriertcpd
    tcp6 0 0 *:pop3s *:* LISTEN 3687/couriertcpd
    tcp6 0 0 *:pop3 *:* LISTEN 3667/couriertcpd
    tcp6 0 0 *:imap2 *:* LISTEN 3632/couriertcpd
    tcp6 0 0 *:www *:* LISTEN 5164/apache2
    tcp6 0 0 *:ssh *:* LISTEN 3949/sshd
    tcp6 0 0 *:smtp *:* LISTEN 21779/master
    tcp6 0 0 ip6-localhost:953 *:* LISTEN 3582/named
    tcp6 0 0 *:https *:* LISTEN 5164/apache2
    tcp6 0 288 alexanderclarkuploa:ssh ::ffff:192.168.1.:51523 ESTABLISHED4124/sshd: prepress
     
  6. Heinz

    Heinz New Member

    i have the same problem. after i start ispconfig_server the login works for me. Seems that he don't start the ispconfig_server at boot up.

    i tryed the update code but the following error appears:
    web1:/etc/init.d # update-rc.d -f ispconfig_server remove
    -bash: update-rc.d: command not found

    anyone knows how i can enable the startup script for ispserver? i use suse 10.1 with ispconfig.
     
  7. till

    till Super Moderator Staff Member ISPConfig Developer

    The command to start ISPConfig in SuSe at boot time is:

     
  8. gdog05

    gdog05 New Member

    Hey guys,

    I've messed around with this for a while now, and I haven't figured anything out yet. Does anyone have any ideas based on my netstat -tap?
     
  9. till

    till Super Moderator Staff Member ISPConfig Developer

    according to your netstat output, the ISPConfig httpd server is not running. Do you get an error when you run:

    /etc/init.d/ispconfig_server start

    Does it work again after you executed this command?
     
  10. gdog05

    gdog05 New Member

    That worked great, thank you. Do I need to modify something to get ISPConfig to start at boot in Ubuntu?
     
  11. till

    till Super Moderator Staff Member ISPConfig Developer

    Normally ISPConfig is configured automatically to start at boot time. To add it manually to the boot process, please run:

    update-rc.d ispconfig_server defaults
     
  12. gdog05

    gdog05 New Member

    update-rc.d ispconfig_server defaults did not work. It says: "System startup links for /etc/init.d/ispconfig_server already exist."

    I do get a password dialog "Some of your provate key files are encrypted for security reasons." when I run: /etc/init.d/ispconfig_server start

    Is that normal? Do I have to modify the ispconfig_server file with the password to have it start automatically? Thanks
     
  13. till

    till Super Moderator Staff Member ISPConfig Developer

    You did encrypt your ssl certificates during ISPConfig installation. In the installation manual you find a notice to not encrypt the certificates during setup. You will have to create new certificates that where not encrypted:

    http://www.howtoforge.com/forums/showthread.php?t=121
     
  14. gdog05

    gdog05 New Member

    stoopid n00b brain. I'm getting a new one, I promise. I see where I made the mistake. Thanks for pointing that out.
     

Share This Page