Dissapearing domains on a reseller account
Hi everone,
I've been having a problem with a user's domains dissapearing from their reseller account. Here's what they said to me (with some information removed):
And both zone files are valid:
Additionally, the virtual host is still listed in httpd.conf:
Even so, WHM doesn't list the account under 'List Accounts'. What's the best way to fix this?
Thanks.
Hi everone,
I've been having a problem with a user's domains dissapearing from their reseller account. Here's what they said to me (with some information removed):
Their accounts don't appear even under the root 'List Accounts'. However, the entries are still in named.conf:Hello,
After a few problems with [site name]'s MyTopix forum, I was going to change the account so that http://[domain].info was parked on top of http://[domain].org instead of the other way around. However, upon doing that, I receive the following:
Domain Modification [domain].info -> [domain].org
Modifing httpd.conf
Modifing proftpd.conf
Modifing valiases
Adding dns entry
Sorry, a DNS entry for [domain].org already exists, please delete it first
However, [domain].org is not listed in my DNS entries, and the [domain].info nor [domain].org are visible in the 'List Accounts',
In addition, the domain [domain].info does appear in 'Modify an Account' so I tried to change the domain to 1.[domain].info. Upon attempting this, I find this error:
Domain Modification [domain].info -> 1.[domain].info
Modifing httpd.conf
Modifing proftpd.conf
Modifing valiases
Adding dns entry
Bind reconfiguring on protious using rndc
Created DNS entry for 1.[domain].info
Done
Removing old dns entry
[domain].info -> deleted from protious.
Done
Adding localdomains entry
Modifing vfilters
Setting up frontpage
No Server found
Is there a reason why I no longer have full access to this account, as well as why I can't park the domain? I also seem to remembering this happen once before, except I lost full control of the account and not partial.
Code:
zone "[domain].org" {
type master;
file "/var/named/[domain].org.db";
};
zone "[domain].info" {
type master;
file "/var/named/[domain].info.db";
};
Code:
; cPanel 10.9.0-CURRENT_94
; Zone file for [domain].org
$TTL 14400
@ 86400 IN SOA ns1.cwhnetworks.com. knskater125.gmail.com. (
2006121101 ; serial, todays date+todays
86400 ; refresh, seconds
7200 ; retry, seconds
3600000 ; expire, seconds
86400 ) ; minimum, seconds
[domain].org. 86400 IN NS ns1.cwhnetworks.com.
[domain].org. 86400 IN NS ns2.cwhnetworks.com.
ns1.[domain].org. IN A 75.126.41.160
ns2.[domain].org. IN A 75.126.41.160
[domain].org. IN A 75.126.41.160
localhost.[domain].org. IN A 127.0.0.1
[domain].org. IN MX 0 [domain].org.
mail IN CNAME [domain].org.
www IN CNAME [domain].org.
ftp IN CNAME [domain].org.
Additionally, the virtual host is still listed in httpd.conf:
Code:
<VirtualHost 75.126.41.160>
ServerAlias [domain].org
ServerAdmin webmaster@[domain].org
DocumentRoot /home/[username]/public_html
BytesLog domlogs/[domain].org-bytes_log
User [username]
Group [username]
<IfModule mod_userdir.c>
UserDir disabled
UserDir enabled [username]
</IfModule>
<IfModule mod_php4.c>
php_admin_value open_basedir "/home/[username]/:/usr/lib/php:/usr/local/lib/php:/tmp"
</IfModule>
<IfModule mod_php5.c>
php_admin_value open_basedir "/home/[username]/:/usr/lib/php:/usr/local/lib/php:/tmp"
</IfModule>
ServerName www.[domain].org
User [username]
Group [username]
CustomLog /usr/local/apache/domlogs/[domain].org combined
ScriptAlias /cgi-bin/ /home/[username]/public_html/cgi-bin/
</VirtualHost>
Thanks.
Last edited: