My Apache install is having issues starting with PHP? The code below kills the start.
#PHP INSTALL START
PHPIniDir "C:\ws\php"
LoadModule php5_module "C:\ws\php\php5apache2_2.dll"
#PHP END
When I remove it, it starts fine. I really need PHP working, so I can get back to work.
Chances are, that php5apache2_2.dll is missing, or incompatible with your version of Apache.
In any case, check your startup logs for the reason of failure.