404 error on install, can't access port 81

Discussion in 'Installation/Configuration' started by northernpaul, Feb 21, 2008.

  1. northernpaul

    northernpaul New Member

    Hi,

    I'm having difficulty with the install of my server... My linux knowledge isn't great so please go easy.. I've got an Ubuntu 6.06LTS server and have followed the steps in the guide for a perfect setup and then install ISPConfig.

    The install has completed with no errors, but when I brows to http://myserver.co.uk:81, I just get the following 404 error:

    --
    Not Found

    The requested URL / was not found on this server.

    Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
    --

    I'm not sure where to go from here... If I do 'netstat -tap' it shows apache2 listening on port 81, but if I do '/root/ispconfig/httpd/bin/apachectl stop' and run the netstat thing again, it's still there...

    Also, in the error_log file in /root/ispconfig/httpd/logs, there's the following message:

    [Thu Feb 21 16:15:28 2008] [crit] (98)Address already in use: make_sock: could not bind to port 81

    Any help anyone can give to sort this is much appreciated...

    Cheers,

    Paul
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    If apache2 is listening on port 81, the something is configured wrong. The server on port 81 muts be an apache1 server which is delivered with ISPConfig.

    Please post the output of:

    netstat -tap
     

Share This Page