eddiemalar

Member
Nov 6, 2010
8
0
51
I have problems trying to create new subdomains, the process is carried out correctly, create the folder for the subdomain and I get the confirmation of the creation. I can access the subdomain via the URL to the folder (eg http://example.com/subdominio), but I can not access it via the url that should be generated for the same (eg http://subdominio.example.com) :mad...ss to WHM ... Thanks a lot for your help :)
 
Last edited:

GaryT

Well-Known Member
May 19, 2010
320
3
68
This could be a problem on your end, Maybe some of your DNS has not updated, The first thing you should do is try accessing it via proxy to make sure its changed before fiddling with settings.

Try restarting the DNS server via WHM > Restart Services > DNS

But to me it does seem like the issue is with your connection and not the server.
 

eddiemalar

Member
Nov 6, 2010
8
0
51
GaryT... When I restart the DNS server from WHM, subdomains begin to resolve correctly and can access them without problems. But this is a BIG problem, I have several clients and I can not constantly be aware of if they create a new subdomain or not to restart the dns for the new areas work correctly ....

I need a resolution to this problem, I tried a forced update of cpanel / whm and the conflict remains unchanged, previously functioned well and had no problems, but a little over a month since I encounter this problem and it seems NOT resolved.

Thank you very much for attending my post.
 

cPanelTristan

Quality Assurance Analyst
Staff member
Oct 2, 2010
7,607
43
348
somewhere over the rainbow
cPanel Access Level
Root Administrator
Please open a ticket so we can see what is happening here. The only idea I have right now for it would be that someone has set in Tweak Settings > "BIND deferred restart time" a time interval and so bind isn't restarting automatically. If that isn't the case, then you might want to tail the logs when creating an addon or subdomain to see if there are any errors for cPanel:

Code:
tail -f /usr/local/cpanel/logs/error_log
Also, enable verbose logging in Tweak settings:

Code:
Log dnsadmin requests
At that point, you can again create an addon or subdomain and then check this log:

Code:
tail -f /usr/local/cpanel/logs/dnsadmin.log
Finally, you may also want to check both /var/log/messages for the DNS logs and /var/named/data/named.run (if that even exists on your machine).

Again, though, it's probably best to just open a ticket. You can do that either using the link in my signature or using WHM > Support Center > Contact cPanel
 

eddiemalar

Member
Nov 6, 2010
8
0
51
Excellent support ... thank you very much ... was indeed a problem of deferred restart BIND configuration time, we had activated a certain time understanding that if we did not BIND never be resumed.

Problem solved, thank you very much for your help