Hi I am having some problems with an Apache Http that keeps going down every once in a while. I already discard a memory issue, but I found in the apache error logs the next message on the date the http went down: SIGHUP received. Attempting to restart and on the var/log/syslog file I found this: /var/log/cron /var/log/maillog /var/log/messages /var/log/secure /var/log/spooler { sharedscripts postrotate /bin/kill -HUP 'cat /var/run/syslogd.pid 2> /dev/null ' 2> /dev/null || true endscript } I dont know what this bin/kill line is doing, but I suspect this is killing the http process. Is this causing the issue? Thanks in advance
postrotate tells me that you are running some kind of logrotate, which might (and most probably) be the cause. Have you tried to disable it for a while and see if things get any better?
Have you tried to check apache logs, I don't feel above is the problem. to know better you need to try and check apache logs ( /usr/local/cpanel/logs/safeapcherestart_log) for cpanel Also try to check what process are running during apache restart.