>백엔드 개발 >PHP 튜토리얼 >php-Wamp Apache间歇性假死

php-Wamp Apache间歇性假死

WBOY
WBOY원래의
2016-06-02 11:34:071264검색

phpwampapacheapache配置

Windows下APACHE间歇性假死。
症状:两到三天会停一次,重启APACHE后又正常。
错误日志:
[Thu Nov 06 09:59:40 2014] warn指定的网络名不再可用。 : winnt_accept: Asynchronous AcceptEx failed.
[Thu Nov 06 12:03:14 2014] warn指定的网络名不再可用。 : winnt_accept: Asynchronous AcceptEx failed.
[Thu Nov 06 12:06:13 2014] [notice] Parent: Received shutdown signal -- Shutting down the server.
[Thu Nov 06 12:06:13 2014] [notice] Child 65812: Exit event signaled. Child process is ending.
[Thu Nov 06 12:06:14 2014] [notice] Child 65812: Released the start mutex
[Thu Nov 06 12:06:43 2014] [notice] Parent: Forcing termination of child process 2e8
[Thu Nov 06 12:06:43 2014] [notice] Apache/2.2.21 (Win32) PHP/5.3.10 configured -- resuming normal operations
[Thu Nov 06 12:06:43 2014] [notice] Server built: Sep 10 2011 11:34:11
[Thu Nov 06 12:06:43 2014] [notice] Parent: Created child process 80048
[Thu Nov 06 12:06:44 2014] [notice] Child 80048: Child process is running
[Thu Nov 06 12:06:44 2014] [notice] Child 80048: Acquired the start mutex.
[Thu Nov 06 12:06:44 2014] [notice] Child 80048: Starting 64 worker threads.
[Thu Nov 06 12:06:44 2014] [notice] Child 80048: Starting thread to listen on port 80.
[Thu Nov 06 12:14:30 2014] [warn] Server ran out of threads to serve requests. Consider raising the ThreadsPerChild setting
[Thu Nov 06 14:27:32 2014] warn指定的网络名不再可用。 : winnt_accept: Asynchronous AcceptEx failed.
[Thu Nov 06 14:27:32 2014] warn指定的网络名不再可用。 : winnt_accept: Asynchronous AcceptEx failed.

.........

[Sun Nov 09 16:07:37 2014] warn指定的网络名不再可用。 : winnt_accept: Asynchronous AcceptEx failed.
[Sun Nov 09 16:07:38 2014] warn指定的网络名不再可用。 : winnt_accept: Asynchronous AcceptEx failed.
[Sun Nov 09 16:07:38 2014] warn指定的网络名不再可用。 : winnt_accept: Asynchronous AcceptEx failed.
[Sun Nov 09 16:07:38 2014] warn指定的网络名不再可用。 : winnt_accept: Asynchronous AcceptEx failed.
[Sun Nov 09 17:05:34 2014] [notice] Parent: Received shutdown signal -- Shutting down the server.
[Sun Nov 09 17:05:34 2014] [notice] Child 80048: Exit event signaled. Child process is ending.
[Sun Nov 09 17:05:35 2014] [notice] Child 80048: Released the start mutex

성명:
본 글의 내용은 네티즌들의 자발적인 기여로 작성되었으며, 저작권은 원저작자에게 있습니다. 본 사이트는 이에 상응하는 법적 책임을 지지 않습니다. 표절이나 침해가 의심되는 콘텐츠를 발견한 경우 admin@php.cn으로 문의하세요.