问题
Pleskcp在apache模式下无法启动,系统日志提示
The Apache service named reported the following error:
[Sat Jul 14 08:37:38 2007] [notice] Disabled use of AcceptEx() WinSock2 API
解决方案
这是winsock问题,造成apache死循环,重置winsock即可
在cmd下执行netsh winsock reset即可
问题
Pleskcp在apache模式下无法启动,系统日志提示
The Apache service named reported the following error:
[Sat Jul 14 08:37:38 2007] [notice] Disabled use of AcceptEx() WinSock2 API
解决方案
这是winsock问题,造成apache死循环,重置winsock即可
在cmd下执行netsh winsock reset即可