![]() |
|
首页 │ Apache │ Linux│ Java│ MySQL│ 注册│帮助 | |||
刚刚在windows2003sp1下安装了 wamp5 1.64 运行的都很正常,突然有一天启动后显示正常,但是不能通过localhost访问页面,CPU占有率提高。logs/下的error.log不一会儿就涨到2M多。
具体错误内容:
[Thu Jun 23 18:03:15 2005] [error] (OS 10038)在一个非套接字上尝试了一个操作。 : Child 3032: Encountered too many errors accepting client connections. Possible causes: dynamic address renewal, or incompatible VPN or firewall software. Try using the Win32DisableAcceptEx directive.
无奈添加 Win32DisableAcceptEx 到
Win32DisableAcceptEx
ThreadsPerChild 250
MaxRequestsPerChild 0
启动时现象依旧,错误提示变为:
[Thu Jun 23 18:23:58 2005] [error] (OS 10038)在一个非套接字上尝试了一个操作。 : Too many errors in select loop. Child process exiting.
[Thu Jun 23 18:23:58 2005] [notice] Child 3516: Exit event signaled. Child process is ending.
[Thu Jun 23 18:23:59 2005] [notice] Child 3516: Released the start mutex
[Thu Jun 23 18:23:59 2005] [notice] Child 3516: Waiting for 250 worker threads to exit.
[Thu Jun 23 18:23:59 2005] [notice] Child 3516: All worker threads have exited.
[Thu Jun 23 18:23:59 2005] [notice] Child 3516: Child process is exiting
[Thu Jun 23 18:23:59 2005] [notice] Parent: child process exited with status 0 -- Restarting.
[Thu Jun 23 18:23:59 2005] [notice] Apache/2.0.54 (Win32) configured -- resuming normal operations
[Thu Jun 23 18:23:59 2005] [notice] Server built: Apr 16 2005 14:25:31
[Thu Jun 23 18:23:59 2005] [notice] Parent: Created child process 460
[Thu Jun 23 18:23:59 2005] [notice] Disabled use of AcceptEx() WinSock2 API
[Thu Jun 23 18:23:59 2005] [notice] Child 460: Child process is running
[Thu Jun 23 18:23:59 2005] [notice] Child 460: Acquired the start mutex.
[Thu Jun 23 18:23:59 2005] [notice] Child 460: Starting 250 worker threads.
[Thu Jun 23 18:23:59 2005] [notice] Child 460: Listening on port 80.
谁知道这是怎么回事啊?困扰我一个礼拜,工作都不能正常进行了。。。。

