dns/httpd problem when creating resellers

sbz

Verified User
Joined
Dec 4, 2005
Messages
17
Location
Athens
Hello (for my example I use the domain tsig.gr)

I can create a reseller but the dns and the httpd.conf ( /usr/local/directadmin/data/users/tsiggr/httpd.conf) of it are wrong:
when I change shared with my ip is ok

httpd.conf is like:

<VirtualHost shared:80>
ServerName www.tsig.gr
ServerAlias www.tsig.gr tsig.gr
ServerAdmin [email protected]
DocumentRoot /home/tsiggr/domains/tsig.gr/public_html
.....................................
.....................................
</VirtualHost>

and the dns are:

ftp A shared
localhost A 127.0.0.1
mail A shared
ns1.tsig.gr. A 84.243.250.162
ns2.tsig.gr. A 84.243.250.163
pop A shared
tsig.gr. A shared
www A shared
tsig.gr. NS ns1.tsig.gr.
tsig.gr. NS ns2.tsig.gr.
mail MX 10
tsig.gr. TXT "v=spf1 a mx ip4:84.243.250.161 ?all"

Thank you in advance
 
From where do you see that DNS? I've never seen the word shared in a DNS zone file.

Jeff
 
But that doesn't answer my question. What page are you on where you see the word "shared'?

What version of DA are you using?

Jeff
 
admin panel --->dns administration--> tsig.gr

and I get this:
ftp A shared
localhost A 127.0.0.1
mail A shared
ns1.tsig.gr. A 84.243.250.162
ns2.tsig.gr. A 84.243.250.163
pop A shared
tsig.gr. A shared
www A shared
tsig.gr. NS ns1.tsig.gr.
tsig.gr. NS ns2.tsig.gr.
mail MX 10
tsig.gr. TXT "v=spf1 a mx ip4:84.243.250.161 ?all"
 
I've never seen that on any version of DA and I've just checked a few servers and domains now, and I still don't see it.

My guess is that someone has made some incorrect changes to your DNS template files.

Jeff
 
Back
Top