Manual restart of services required after account creation

kafen

New member
Joined
Jun 27, 2012
Messages
2
I'm having a problem in directadmin where I have to manually restart httpd service for a newly created accounts website to become active. Can anybody help?
 
It should do a restart for you when you add new accounts. How long did you wait till trying to go to the website?

Check logs in /var/logs/directadmin

You could also try http://help.directadmin.com/item.php?id=293 while adding an account or domain.

Make sure that cron daemon is running.

Check cron logs to see if anything happened.

Check to see if directadmin has graceful restarts on. 1 = on / 0 = off. If it is on then it means apache waits for incoming requests to stop before restarting to prevent breaking connections.

Code:
/usr/local/directadmin/directadmin c | grep -i 'graceful_restarts'
 
I have tried with different wait periods with a max of 2hrs and the new website does not show until I restart apache.

crond is running

cron logs don't seem to be reporting anything out of the ordinary

graceful_restarts=0

will run in debug mode and get back
 
Back
Top