On last 2 days, sometimes my APC misses rate is almost 100%, with "hits" only 1, and "misses" more than 1000 (i can't remember the exact "misses" value, but the "hits" is only 1 for sure).
When i restarted the httpd, everything went fine again.
Here are some lines from stderr.log, any useful information there?
And there is 1 unique line there
Additional information:
I just found that someone scanned my server with malicious purpose and he/she generates lot of 404 error on my error log.
Maybe the 404 not found causes lot of misses? (because the file does not exist so APC can't cache it?)
When i restarted the httpd, everything went fine again.
Here are some lines from stderr.log, any useful information there?
Code:
2013-11-11 04:27:23.315 [STDERR] Killing runaway process PID: 11835 with SIGTERM
2013-11-11 04:27:23.316 [STDERR] Child process with pid: 11835 was killed by signal: 15, core dump: 0
2013-11-11 04:48:07.003 [STDERR] Child process with pid: 19554 was killed by signal: 15, core dump: 0
2013-11-11 05:31:32.005 [STDERR] Child process with pid: 1532 was killed by signal: 15, core dump: 0
2013-11-11 06:05:23.003 [STDERR] Child process with pid: 15136 was killed by signal: 15, core dump: 0
2013-11-11 06:05:23.007 [STDERR] Child process with pid: 14926 was killed by signal: 15, core dump: 0
2013-11-11 06:05:25.009 [STDERR] Child process with pid: 14108 was killed by signal: 15, core dump: 0
...
and lot of "Child process with pid" lines (same as above)
Code:
2013-11-11 07:37:26.098 [STDERR] lscgid: execve():/usr/local/cpanel/cgi-sys/index.html: Permission denied
I just found that someone scanned my server with malicious purpose and he/she generates lot of 404 error on my error log.
Maybe the 404 not found causes lot of misses? (because the file does not exist so APC can't cache it?)
Last edited: