All services restarted after adding new domain

bdj

Verified User
Joined
Feb 22, 2008
Messages
152
After adding a new domain all services are restarted.
Apache reports: caught SIGTERM, shutting down

here is system.log:

created a new user:
2009:11:20-21:45:55: User xxxxx is being created by xxxxx.
2009:11:20-21:46:02: httpd restarted
2009:11:20-21:46:02: named reloaded
2009:11:20-21:46:02: proftpd restarted
2009:11:20-21:46:02: sshd restarted
2009:11:20-21:47:00: proftpd started

Finding it weird that my monitor services reports downtime of http, I add another domain:

2009:11:20-21:52:02: httpd restarted
2009:11:20-21:52:02: named reloaded
2009:11:20-21:52:02: proftpd restarted
2009:11:20-21:53:00: proftpd started

I'm using Server Version 1.34.4, apache 2.2.14
Compiled on FreeBSD 7.1 64-bit

Thanks
 
this is normal.
every service must load the new config files for the user.
 
Oke so that is normal when adding a user + domain.

It's not normal when adding domains only.
 
is that because this server runs apache 2.2? My other servers run apache 1.3 but they do not do it?
 
Hello,

Both apache 1.3 and 2.2 will both be restarted after adding a new user+domain or just domain.


John
 
Back
Top