ISPconfig no longer works!!!

Discussion in 'Installation/Configuration' started by banzaiwebstudio.com, Nov 15, 2008.

  1. banzaiwebstudio.com

    banzaiwebstudio.com New Member

    I had set it up and was working fine.

    My server (without ISPconfig) is www.banzaiwebstudio.com

    I also had a testing web site which was www.banzaiwebhosting.com

    Both was working fine for over 5 days.

    However today something has happened and the ISPconfig just stopped working.

    When i access my server on www.banzaiwebstudio.com it appears the "Shared IP page". If I access the www.banzaiwebhosting.com, it also display the "Shared IP page".

    my ifconfig file is:


    My Vhosts_ispconfig.conf:
    my ls -la /root/ispconfig/ :
    my tail /home/admispconfig/ispconfig/ispconfig.log:
    my httpd -t:



    Any help?
     
    Last edited: Nov 15, 2008
  2. falko

    falko Super Moderator Howtoforge Staff

    Is Vhosts_ispconfig.conf included at the end of your main Apache configuration?

    Please remove the IP 192.168.0.1 from your ISPConfig configuration because it is not listed in the output of ifconfig.
     
  3. banzaiwebstudio.com

    banzaiwebstudio.com New Member

    yes it is, i will also includ my apache2.conf:
     
  4. banzaiwebstudio.com

    banzaiwebstudio.com New Member

    I found the problem, it was on vhosts_ispconfig.conf

    The problem was:
    ServerAlias pointing to www.banzaiwebhosting.com

    so i changed to:
    ServerAlias pointing to banzaiwebhosting.com

    However there is a way to do this automatically not manually?
     
  5. till

    till Super Moderator Staff Member ISPConfig Developer

    Nver edit the file vhosts_ispconfig.conf manually, ispconfig will remove your change automatically! You just missed to add a co-domain banzaiwebhosting.com with empty hostname field to the website www.banzaiwebhosting.com
     
  6. banzaiwebstudio.com

    banzaiwebstudio.com New Member

    OK, thanks for the tip,

    i have done exactly what you suggested! and its working!! thanks
     

Share This Page