None of my websites are working after migrating to BIND

Discussion in 'Installation/Configuration' started by csabo, Nov 4, 2010.

  1. csabo

    csabo New Member

    Hello,
    I had support migrate me from myDNS to BIND due to issues, everything was fine until i rebooted, now every website shows up with the following:

    This is the default index page of your website.

    This file may be deleted or overwritten without any difficulty. This is produced by the file index.html in the web directory.

    For questions or problems please contact support.

    Any help would be great!

    PS: Mail still works fine on all domains

    Thanks
    Chris

    UPDATE: I found this in the apache error.log , not sure if its relevant " client denied by server configuration: /htdocs"

    Update2: 2010-11-04 08:33 SERVER.com Debug There is already an instance of server.php running. Exiting.
     
    Last edited: Nov 4, 2010
  2. falko

    falko Super Moderator Howtoforge Staff

    Please check if your DNS records are still resolving to the correct IP addresses. You can use dig to check this:
    Code:
    dig yourdomain.com
    Did you check your web site directories if all files are still there? Maybe there's just the default index page.
     
    Last edited: Nov 5, 2010
  3. csabo

    csabo New Member

    Falko,
    Thank you for the repsonse. DNS entries are fine, Email still works.. We have temporarly fixed the issue, by setting the ispconfig admin password back to the temp one i setup for Till..

    Please advise.
     
  4. falko

    falko Super Moderator Howtoforge Staff

    The password for the web interface? :confused:
    Are the database credentials in /usr/local/ispconfig/interface/lib/config.inc.php correct?
     
  5. csabo

    csabo New Member

    Falko,
    using ispconfig for the user, which hasnt changed since the server was setup. i'd say its fine. the password is hashed of course.. it looks like what may have broken it was

    1.) Create a new site
    2.) reboot server

    during the fixing process i did 3 things, removed the newly created site (which failed to create a database) put the ispconfig admin pass back to the temp one till used, and rebooted the server. At this point i'm afraid to try changing anything as theres no support availible and while i appreciate the responses, a 12 hour delay on our primary prod. server wont cut it.

    -chris
     
  6. falko

    falko Super Moderator Howtoforge Staff

    But the admin password is used only for the ISPConfig login. It doesn't have anything to do with web sites, email, etc. The most important thing is that the database details in /usr/local/ispconfig/interface/lib/config.inc.php are correct.
     

Share This Page