Hi,
Sometimes my websites are not reachable but the panel is reable without any problem.
After a server restart it runs smooth for few fews then i need to restart to solve the same problem.
In the apache error.log i have these errors:
Code
- [Tue Sep 01 13:42:34.758254 2015] [mpm_worker:error] [pid 7648:tid 140297765693312] AH00287: server is within MinSpareThreads of MaxRequestWorkers, consider raising the MaxRequestWorkers setting
- [Tue Sep 01 13:45:01.812516 2015] [mpm_worker:error] [pid 7648:tid 140297765693312] AH00286: server reached MaxRequestWorkers setting, consider raising the MaxRequestWorkers setting
- [Tue Sep 01 13:57:59.044184 2015] [core:error] [pid 7648:tid 140297765693312] AH00046: child process 17827 still did not exit, sending a SIGKILL
- [Tue Sep 01 13:57:59.044295 2015] [core:error] [pid 7648:tid 140297765693312] AH00046: child process 19630 still did not exit, sending a SIGKILL
- [Tue Sep 01 13:57:59.044349 2015] [core:error] [pid 7648:tid 140297765693312] AH00046: child process 17828 still did not exit, sending a SIGKILL
- [Tue Sep 01 13:57:59.044400 2015] [core:error] [pid 7648:tid 140297765693312] AH00046: child process 19959 still did not exit, sending a SIGKILL
- [Tue Sep 01 13:57:59.044448 2015] [core:error] [pid 7648:tid 140297765693312] AH00046: child process 19988 still did not exit, sending a SIGKILL
- [Tue Sep 01 13:57:59.044491 2015] [core:error] [pid 7648:tid 140297765693312] AH00046: child process 20049 still did not exit, sending a SIGKILL
- [Tue Sep 01 13:58:00.045765 2015] [mpm_worker:notice] [pid 7648:tid 140297765693312] AH00295: caught SIGTERM, shutting down
- [Tue Sep 01 13:58:30.703643 2015] [suexec:notice] [pid 876:tid 140177126885248] AH01232: suEXEC mechanism enabled (wrapper: /usr/lib/apache2/suexec)
- [Tue Sep 1 13:58:30 2015] [notice] i-MSCP Vlogger: caught TERM, shutting down
- panic: fold_constants JMPENV_PUSH returned 2 at /usr/local/sbin/vlogger line 536.
- [Tue Sep 01 13:58:30.721438 2015] [mpm_worker:notice] [pid 906:tid 140177126885248] AH00292: Apache/2.4.10 (Debian) OpenSSL/1.0.1k configured -- resuming normal operations
All is in standart configuration. What can i do to evite that?
Thanks in advance.