[Fri Sep 15 11:47:20.699886 2017] [mpm_winnt:notice] [pid 7128:tid 1600] AH00424: Parent: Received restart signal -- Restarting the server.
[Fri Sep 15 11:47:22.291977 2017] [mpm_winnt:notice] [pid 7128:tid 1600] AH00455: Apache/2.4.23 (Win32) OpenSSL/1.0.2j mod_fcgid/2.3.9 configured -- resuming normal operations
[Fri Sep 15 11:47:22.291977 2017] [mpm_winnt:notice] [pid 7128:tid 1600] AH00456: Server built: Jul 1 2016 16:42:20
[Fri Sep 15 11:47:22.291977 2017] [core:notice] [pid 7128:tid 1600] AH00094: Command line: 'D:\\Study\\Apache\\bin\\httpd.exe -d D:/Study/Apache'
[Fri Sep 15 11:47:22.319979 2017] [mpm_winnt:notice] [pid 7128:tid 1600] AH00418: Parent: Created child process 3428
[Fri Sep 15 11:47:26.307207 2017] [mpm_winnt:notice] [pid 4716:tid 1448] AH00364: Child: All worker threads have exited.
[Fri Sep 15 11:47:27.111253 2017] [mpm_winnt:notice] [pid 3428:tid 1448] AH00354: Child: Starting 600 worker threads.
[Fri Sep 15 11:47:34.660685 2017] [fcgid:error] [pid 4716:tid 1872] FastCGI process 9036 still did not exit, terminating forcefully
[Fri Sep 15 11:47:34.660685 2017] [fcgid:error] [pid 4716:tid 1872] FastCGI process 10852 still did not exit, terminating forcefully
各位大佬求指点一下这是什么原因?
是不是内存不足导致某些fastcgi进程被杀了。
粗略看了一下代码,在mod_fcgid-2.3.9这个模块中modules/fcgid/fcgid_pm_main.c文件,当需要将所有的fcgid进程终止时,如果长时间终止没有成功,就会打这条log,然后强制终止,具体逻辑还要具体研究一下。