Ok guys i updated my apache with some rules to help my scripts form timing out. It is causing apache to restart ofen.
Here is my post include editor for apache.
Any ideas, what would be causing apache to restart.
Code:
Thu Jun 19 23:44:18.004932 2014] [core:notice] [pid 5809] AH00094: Command line: '/usr/local/apache/bin/httpd -D SSL'
[Thu Jun 19 23:44:18.004983 2014] [mpm_prefork:warn] [pid 5809] AH00167: long lost child came home! (pid 5810)
[Thu Jun 19 23:44:18.005013 2014] [mpm_prefork:warn] [pid 5809] AH00167: long lost child came home! (pid 5811)
[Thu Jun 19 23:45:00.034783 2014] [mpm_prefork:notice] [pid 5809] AH00171: Graceful restart requested, doing restart
[Thu Jun 19 23:45:01.004343 2014] [mpm_prefork:notice] [pid 5809] AH00163: Apache/2.4.9 (Unix) OpenSSL/1.0.0-fips mod_bwlimited/1.4 mod_fcgid/2.3.9 configured -- resuming normal operations
[Thu Jun 19 23:45:01.004381 2014] [core:notice] [pid 5809] AH00094: Command line: '/usr/local/apache/bin/httpd -D SSL'
[Thu Jun 19 23:45:01.004424 2014] [mpm_prefork:warn] [pid 5809] AH00167: long lost child came home! (pid 7854)
[Thu Jun 19 23:45:01.004445 2014] [mpm_prefork:warn] [pid 5809] AH00167: long lost child came home! (pid 7855)
[Thu Jun 19 23:45:28.792651 2014] [mpm_prefork:notice] [pid 5809] AH00171: Graceful restart requested, doing restart
Code:
<IfModule mod_fcgid.c>
FcgidMinProcessesPerClass 0
FcgidMaxProcessesPerClass 8
FcgidMaxProcesses 150
FcgidIdleTimeout 100
FcgidProcessLifeTime 120
FcgidIdleScanInterval 30
FcgidMaxRequestLen 1073741824
FcgidProcessLifeTime 8200
FcgidIOTimeout 8200
FcgidConnectTimeout 300
</IfModule>