Today, Apache suddenly does not start up, look at the error log found such as the following error:
[Tue Mar 17 11:27:32 2015] [Crit] Parent:child process exited with status 3--aborting.
[Tue Mar 17 11:28:25 2015] [Notice] apache/2.2.11 (WIN32) php/5.2.9-2 configured--Resuming normal operations
[Tue Mar 17 11:28:25 2015] [Notice] Server Built:dec 10 2008 00:10:06
[Tue Mar 17 11:28:26 2015] [Notice] parent:created Child Process 3776
[Tue Mar 17 11:28:26 2015] [Notice] Child 3776:child process is running
[Tue Mar 17 11:28:26 2015] [Crit] (OS 10022) provides an invalid number of parameters. : Child 3776:setup_inherited_listeners (), WSASocket failed to open the inherited socket.
[Tue Mar 17 11:28:26 2015] [Crit] Parent:child process exited with status 3--aborting.
[Tue Mar 17 11:28:38 2015] [Notice] apache/2.2.11 (WIN32) php/5.2.9-2 configured--Resuming normal operations
[Tue Mar 17 11:28:38 2015] [Notice] Server Built:dec 10 2008 00:10:06
[Tue Mar 17 11:28:38 2015] [Notice] parent:created Child Process 6804
[Tue Mar 17 11:28:38 2015] [Notice] Child 6804:child process is running
So search for some solutions, and finally: fix Winsock. Input in execution: netsh winsock reset
This is the way to conquer the problem.
Booting Apache (OS 10022) provides an invalid number of parameters. How to Solve