Weird Problem with apache2

Dr-Host

Verified User
Joined
Mar 23, 2004
Messages
109
Location
Israel
everytime theres a change regarding the apache it crashs with the following error

[notice] caught SIGTERM, shutting down

when I create a new user. changing users IPs and so on

and one time I got socket allready in use

does anyone else got that and if so any solutions?

Thanks,
David
Dr-Host.co.il
 
anyone?

John, Mark?

for now I've solved it by setting a cronjob that
killall -s9 httpd
service httpd start
every 45min

but its not a prement solution espicaily if a user has just made a change ( created subdomain etc. )
the hole server will be down for 45min +/- or until the datacenter will notify me that the HTTPD is down
 
When you did the conversion to Apache 2 did you change the Directadmin Configuration to reflect your move to apache 2?\

You can let DA know to use the apache 2 files by setting "apache_ver=2.0" in your directadmin.conf file, but the convertor will do that for you anyway.

Sometimes the convertor doesn't change it so you have to do it yourself.
 
Back
Top