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?
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'