Current time: 10-01-2024, 10:07 AM Hello There, Guest! (LoginRegister)


Post Reply 
use admin domain as user domain
Author Message
piziwate Offline


Posts: 3
Joined: Nov 2007
Reputation: 0
Post: #1
Exclamation use admin domain as user domain
Hello !

I'm trying ispCP RC2 on Debian Etch and I don't understand why the bind server couldn't resolve the admin.domain.tld !

domain.tld is the main admin domain. I use it as user domaine as well (to show some pages about the server) The domain.tld works fine !

I'm sure that the problem comes from the DNS server. Everything works well if I put the admin.domain.tld in my local hosts file.

My ispcp.conf file :
Code:
...
SERVER_HOSTNAME = domain.tld
BASE_SERVER_VHOST = admin.domain.tld
...
My named.conf file :
Code:
...
// dmn [admin.domain.tld] cfg entry BEGIN.
zone "admin.domain.tld" {
        type    master;
        file    "/var/cache/bind/admin.domain.tld.db";
        notify  YES;
};
// dmn [admin.domain.tld] cfg entry END.

// dmn [domain.tld] cfg entry BEGIN.
zone "domain.tld" {
        type    master;
        file    "/var/cache/bind/domain.tld.db";
        notify  YES;
};
// dmn [domain.tld] cfg entry END.
...

If I remove the admin.domain.tld zone and add admin as sub domain in the domain.tld zone, that's work. But that couldn't be a permanent change (named.conf will be updated by ispCP)

I will appreciate your help or yours comments !

Best Regards

Piziwate[/code]
11-02-2007 05:03 PM
Find all posts by this user Quote this message in a reply
Post Reply 


Messages In This Thread
use admin domain as user domain - piziwate - 11-02-2007 05:03 PM

Forum Jump:


User(s) browsing this thread: 1 Guest(s)