Okay, put this line back into my httpd.conf file (and only this line)
LoadModule php5_module "C:/PHP/php5apache2_2.dll"
When I look at the windows event log I am seeing this error -
Faulting application httpd.exe, version 2.2.17.0, faulting module php5ts.dll, version 5.2.14.14, fault address 0x000f36ec.
This points to more of an issue with PHP loading rather then Apache itself correct?
I went to the command line and tried to run PHP-cgi.exe and got the error - "This application has failed to start because zlib.dll was not found."
I have reinstalled from the windows installer for PHP and still get the error... is this a problem with the package? Should I just extract the zip files into a folder?
Thanks - Greg.