Site problems

Discussion in 'Installation/Configuration' started by murphy.m.j, Feb 1, 2007.

  1. murphy.m.j

    murphy.m.j New Member

    I've installed ispconfig with a new site. When I restart ispconfig it give me the message :server www.abcd.com:81, Enter pass phrase, the system returns "OK: Pass Phrase Dialog successful" and eventually I get ISPConfig is up and running message.

    I'm using a local IP address:192.168.x.x and have done the "perfect ubuntu" install for ispconfig. I use https://192.168.x.x:81/login.php and get ispconfig admin screens working.

    So I enter in a MS IE browser https://www.abcd:81/index.html and I expected to receive back the index.html page. I dont and dont know why.

    I looked under /etc/www/abc.com/web/ and have the index.html page available.

    I thank you ahead of time for any help or consideration.
     
  2. martinfst

    martinfst Member Moderator

    Have you started the regular webserver, likely to be Apache2?
    Code:
    /etc/init.d/apache2 start
    Cause ISPConfig uses it's own webserver. And your websites are handled by the second.
     
  3. till

    till Super Moderator Staff Member ISPConfig Developer

    You accidently encrypted your SSL keys as you installed ISPConfig. Please create a new SSL certificate as described here:

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

Share This Page