Apache2.x出现1022的错误
Windows XP SP2,Apache2.0.59(或者2.2.4)
刚安装后,Apache2.x能运行,能看到默认的主页。XP重启后就不能启动了,查看Error日志,说:
[Wed Jan 17 20:32:23 2007] [crit] (OS 10022)提供了一个无效的参数。 : Child 2408: setup_inherited_listeners(), WSASocket failed to open the inherited socket.
[Wed Jan 17 20:32:23 2007] [crit] Parent: child process exited with status 3 -- Aborting.
[Wed Jan 17 20:32:46 2007] [notice] Apache/2.2.4 (Win32) PHP/5.2.0 configured -- resuming normal operations
[Wed Jan 17 20:32:46 2007] [notice] Server built: Jan 9 2007 23:17:20
[Wed Jan 17 20:32:46 2007] [notice] Parent: Created child process 2520
[Wed Jan 17 20:32:46 2007] [notice] Child 2520: Child process is running
[Wed Jan 17 20:32:46 2007] [crit] (OS 10022)提供了一个无效的参数。 : Child 2520: setup_inherited_listeners(), WSASocket failed to open the inherited socket.
[Wed Jan 17 20:32:46 2007] [crit] Parent: child process exited with status 3 -- Aborting.
[Wed Jan 17 20:34:37 2007] [notice] Apache/2.2.4 (Win32) PHP/5.2.0 configured -- resuming normal operations
[Wed Jan 17 20:34:37 2007] [notice] Server built: Jan 9 2007 23:17:20
[Wed Jan 17 20:34:37 2007] [notice] Parent: Created child process 1256
[Wed Jan 17 20:34:38 2007] [notice] Child 1256: Child process is running
[Wed Jan 17 20:34:38 2007] [crit] (OS 10022)提供了一个无效的参数。 : Child 1256: setup_inherited_listeners(), WSASocket failed to open the inherited socket.
[Wed Jan 17 20:34:38 2007] [crit] Parent: child process exited with status 3 -- Aborting.
[Wed Jan 17 20:34:43 2007] [notice] Apache/2.2.4 (Win32) PHP/5.2.0 configured -- resuming normal operations
[Wed Jan 17 20:34:43 2007] [notice] Server built: Jan 9 2007 23:17:20
[Wed Jan 17 20:34:43 2007] [notice] Parent: Created child process 1500
[Wed Jan 17 20:34:43 2007] [notice] Child 1500: Child process is running
[Wed Jan 17 20:34:43 2007] [crit] (OS 10022)提供了一个无效的参数。 : Child 1500: setup_inherited_listeners(), WSASocket failed to open the inherited socket.
[Wed Jan 17 20:34:43 2007] [crit] Parent: child process exited with status 3 -- Aborting.
我以前用XP SP1的时候从来没有这样的问题,难道是升级到SP2后出现这样的问题?怎么解决这个1022的问题?我搜索了本论坛和Google,好像没有什么解决办法吖!!怎么办吖。