日期:2014-05-16  浏览次数:21173 次

每天不定期自动重启 APACHE 内有错误日志与httpd配置
Installing the Apache_pn service
The Apache_pn service is successfully installed.
Starting the Apache_pn service
The Apache_pn service is running.
] Apache/2.0.63 (Win32) PHP/5.2.14 configured -- resuming normal operations
[Fri Mar 02 23:37:40 2012] [notice] Server built: Jan 17 2008 22:58:29
[Fri Mar 02 23:37:40 2012] [notice] Parent: Created child process 2760
[Fri Mar 02 23:37:40 2012] [notice] Disabled use of AcceptEx() WinSock2 API
[Fri Mar 02 23:37:40 2012] [notice] Child 2760: Child process is running
[Fri Mar 02 23:37:40 2012] [notice] Child 2760: Acquired the start mutex.
[Fri Mar 02 23:37:40 2012] [notice] Child 2760: Starting 1500 worker threads.
[Fri Mar 02 23:37:40 2012] [notice] Child 2760: Listening on port 80.
[Sat Mar 03 08:50:42 2012] [notice] Parent: child process exited with status 3221225477 -- Restarting.
[Sat Mar 03 08:50:42 2012] [notice] Apache/2.0.63 (Win32) PHP/5.2.14 configured -- resuming normal operations
[Sat Mar 03 08:50:42 2012] [notice] Server built: Jan 17 2008 22:58:29
[Sat Mar 03 08:50:42 2012] [notice] Parent: Created child process 9464
[Sat Mar 03 08:50:42 2012] [notice] Disabled use of AcceptEx() WinSock2 API
[Sat Mar 03 08:50:42 2012] [notice] Child 9464: Child process is running
[Sat Mar 03 08:50:42 2012] [notice] Child 9464: Acquired the start mutex.
[Sat Mar 03 08:50:42 2012] [notice] Child 9464: Starting 1500 worker threads.
[Sat Mar 03 08:50:42 2012] [notice] Child 9464: Listening on port 80.


# WinNT MPM
# ThreadsPerChild: constant number of worker threads in the server process
# MaxRequestsPerChild: maximum  number of requests a server process serves
<IfModule mpm_winnt.c>
ThreadsPerChild 1500
#ThreadLimit      1500
MaxRequestsPerChild 10000
Win32DisableAcceptEx
</IfModule>
------解决方案--------------------
怎么都没人过问啊
------解决方案--------------------
该回复于2012-03-08 08:46:28被版主删除