change domain of an account gives an error with httpd service

ErikR

Verified User
Joined
Aug 18, 2005
Messages
19
I tried to change the domain of one of the accounts on a server with Debian 9 + DirectAdmin. I do this via the DA user panel (log in as the user and than Domain Setup -> Change a Domain Name). Changing to domain here goes well without error. But after that I cannot reach the domain and when I try to restart the httpd service in the DA admin panel I get this error:

/bin/systemctl restart httpd.service >/dev/null 2>&1

See the image:

FgvA8.jpg

When I change the domain back to the original I can start the httpd service and everything works as well again.

Any ideas how to fix this?
 
Check the httpd error_log and see what´s causing the error.
 
Check the httpd error_log and see what´s causing the error.

This error in in the apache error_log file:

mpm_event:notice] [pid 503:tid 139754693625152] AH00492: caught SIGWINCH, shutting down gracefully

nothing else...
 
Hello,

0. connect to the server console
1. Rename domain in DA
2. run

Code:
apachectl -t

3. post results here.
 
Back
Top