Connection Problem after instalataion

Discussion in 'Installation/Configuration' started by mmidgett, Aug 23, 2006.

  1. mmidgett

    mmidgett Member

    Connection Problem after installation

    I just installed ispconfig-2.6 on debian sarge. When I try to go to https://10.0.2.XX:81 I get a page not found. I uninstalled it and I am reinstalling it now just to see if I had done something wrong. Also does this version use apache2 or 1.37? I have a FQDM but I dont have my fire wall open yet since I am doing testing, I have tried using VHCS and Zpanel and did't like either of those. I am hoping that ISPConfig will suite my needs. I followed the Perfect debian setup and I can't get the login page for ISPConfig
     
    Last edited: Aug 23, 2006
  2. torusturtle

    torusturtle Member

  3. mmidgett

    mmidgett Member

    Yes I tried that, Actually I ment to type https in the original post. Thanks for the reply. Is there something else that I can do to make sure that ssl is working?
     
  4. torusturtle

    torusturtle Member

    Did you choose SSL while setting up and did you enter the SSL server.key at the end of the installation?
     
  5. mmidgett

    mmidgett Member

    I am pretty sure that I did. I don't know if there setup correctly but I know it i set them up.

    I tried to conect from the localhost and it gave me a connection error for https. If I connect with http then it loads the apache2 page.

    Can someone tell me what I need to look for to get a connection using https. I know that its in the conf somewhere.
     
    Last edited: Aug 23, 2006
  6. mmidgett

    mmidgett Member

    blackbox:~# netstat -tap
    Active Internet connections (servers and established)
    Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
    tcp 0 0 localhost.localdoma:640 *:* LISTEN 3008/famd
    tcp 0 0 *:imaps *:* LISTEN 2640/inetd
    tcp 0 0 *:pop3s *:* LISTEN 2640/inetd
    tcp 0 0 localhost.localdo:mysql *:* LISTEN 2724/mysqld
    tcp 0 0 *:pop3 *:* LISTEN 2640/inetd
    tcp 0 0 *:imap2 *:* LISTEN 2640/inetd
    tcp 0 0 *:sunrpc *:* LISTEN 2096/portmap
    tcp 0 0 *:auth *:* LISTEN 2640/inetd
    tcp 0 0 *:ftp *:* LISTEN 3257/proftpd: (acce
    tcp 0 0 blackbox.trickho:domain *:* LISTEN 3244/named
    tcp 0 0 localhost.locald:domain *:* LISTEN 3244/named
    tcp 0 0 localhost.localdoma:953 *:* LISTEN 3244/named
    tcp 0 0 *:smtp *:* LISTEN 3227/master
    tcp 0 0 *:668 *:* LISTEN 3030/rpc.statd
    tcp6 0 0 *:www *:* LISTEN 3118/apache2
    tcp6 0 0 *:81 *:* LISTEN 3118/apache2
    tcp6 0 0 *:ssh *:* LISTEN 2873/sshd
    tcp6 0 0 ip6-localhost:953 *:* LISTEN 3244/named
    tcp6 0 0 *:smtp *:* LISTEN 3227/master
    tcp6 0 0 *:https *:* LISTEN 3118/apache2
    tcp6 0 148 ::ffff:10.0.2.5:ssh ::ffff:10.0.2.9:1633 ESTABLISHED6503/0
    blackbox:~#
     
  7. till

    till Super Moderator Staff Member ISPConfig Developer

    Seems that ISPConfig is not running, please execute:

    /etc/init.d/ispconfig_server start

    Does it work then and did you get any errors?
     
  8. mmidgett

    mmidgett Member

    Last login: Wed Aug 23 15:50:04 2006 from 10.0.2.9
    blackbox:~# /etc/init.d/ispconfig_server start
    Starting ISPConfig system...
    /root/ispconfig/httpd/bin/apachectl startssl: httpd started
    FreshClam is already running!
    ISPConfig system is now up and running!

    Still gives me a page can not be displayed.
     
  9. mmidgett

    mmidgett Member

    I got it up and running now. Thanks for all the help. The problem I had was apache2 was binding on 81 and not the apache that comes with ISPconfig.
     

Share This Page