Adding additional dyndns domains - They all show the "root web"

Discussion in 'Installation/Configuration' started by olavxxx, Feb 8, 2008.

  1. olavxxx

    olavxxx New Member

    Hi,

    I'm kindof noob at this *nix, so, lol.. please bear with me.

    Anyhow, here is the issue:
    I added more hosts on the dyndns site and I tried making an account on my server. It directs correctly in the web-browser, only problem is that I cant seem to show the contents of the folder that ISPconfig creates for the user.

    I see in the shell that the folder is created, but:

    http://olavxxx.mine.nu
    http://olav-x.gotdns.org

    They both show the "root www"

    here is my ls -l
    When I added the new dyndns host, I added it as "New master" in the DNS Manager. The settings I entered as they where entered on the main domain.

    Also, I created a user and an hostingplan with php, etc. access, but for some reason, the domain seems to be meerly "parked" and uses the same document-root as the root of www.
     
  2. falko

    falko Super Moderator Howtoforge Staff

    What's the output of
    Code:
    ifconfig
    , and what's in your Vhosts_ispconfig.conf?
     
  3. olavxxx

    olavxxx New Member

    ---

    The vhosts file is empty, but I have many of them...

    BTW:
    I have installed dydns on the system!

    The latest vhosts file is:
     
    Last edited: Feb 9, 2008
  4. falko

    falko Super Moderator Howtoforge Staff

    Please do this:
    Code:
    mv Vhosts_ispconfig.conf_08-02-08_09-51-30 Vhosts_ispconfig.conf
    httpd -t
    What's the output of the last command?
     

Share This Page