WebProx
12-11-2003, 05:58 PM
I have a cpanel box and I'm having the following issue:
A few times a day, apache restarts. I checked the logs and found this:
[notice] SIGUSR1 received. Doing graceful restart
I have been searching alot, but couldn't find the cause.
Running RH7.3 with latest CPanel stable tree.
Any help is greatly appreciated! :)
WebProx
12-11-2003, 06:06 PM
Just found another interesting error:
[notice] child pid 29012 exit signal Segmentation fault
coight
12-11-2003, 06:31 PM
You could have bad ram, or some sort of module problem. You will need to look into the logs more as to what is happening before the seg faults to determine the problem.
WebProx
12-11-2003, 06:41 PM
Originally posted by MN-Robert
You could have bad ram, or some sort of module problem. You will need to look into the logs more as to what is happening before the seg faults to determine the problem.
Found on cpanel forums that the issue could be mcrypt. So I'm going to recompile it without mcrypt :)
Thanks for the tip :)
coight
12-11-2003, 06:50 PM
We have mcrypt running fine on 17 servers and we have no seg faults.
animelab
12-16-2003, 12:46 AM
[notice] SIGUSR1 received. Doing graceful restart
cat /etc/logrotate.d/httpd
Explains that daily HUP or USR1, perfectly normal. Segfaults are a different story however.
Originally posted by WebProx
I have a cpanel box and I'm having the following issue:
A few times a day, apache restarts. I checked the logs and found this:
[notice] SIGUSR1 received. Doing graceful restart
I have been searching alot, but couldn't find the cause.
Running RH7.3 with latest CPanel stable tree.
Any help is greatly appreciated! :)
I had this problem a while ago also, recompiled apache with the same options that I was currently using and it worked fine ever since.
I would suggest the same...
phpdeveloper
12-16-2003, 11:57 AM
Tell us please, if recompiling apache helped or not.