start on ubuntu

Discussion in 'General' started by Jarco, Dec 2, 2008.

  1. Jarco

    Jarco New Member

    this is probably very basic but i can't seem to find it.
    I have a ubuntu server 8.04 with ispconfig installed. when i browse to the ip apache returns the It works thingie but when i try to go to port 81 it just sais there is nothing there (on http and https).
    i figured ispconfig is not started (i am new to linux administration so i don't yet know how to see if it is) but cannot find the way to start it. I only find the commands for RedHat & Mandrake (/etc/rc.d/init.d/ispconfig_server start|stop|restart and for SuSE & Debian (/etc/init.d/ispconfig_server start|stop|restart). When i use the command for debian it just sais the file aint there.

    Anyone knows to start it on ubuntu?
     
  2. falko

    falko Super Moderator Howtoforge Staff

    The command is
    Code:
    /etc/init.d/ispconfig_server start
    What are the outputs of
    Code:
    df -h
    and
    Code:
    netstat -tap
    ?
    Did you see any errors during the installation?
     
  3. Jarco

    Jarco New Member

    hello,

    That did not start it here as the file just didnt exist. I have reinstalled my complete system and now it seems to start fine. ( no errors yet :p).
    Thx for the info anyway.
     

Share This Page