I just installed Apache 2.2 on my local workstation to test web pages. I am trying to get PHP running but when testing the apache configuration file, I am getting the following error: C:\Program Files\Apache Software Foundation\Apache2.2\conf\httpd.conf: Cannot load C:\Program Files\Apache Software Foundation\Apache 2.2\PHP4Apache2.dll into server. The specific module could not be found. The file, however, is in the correct folder. Any ideas?
Give me the line in your httpd.conf that asks to load the PHP Apache module. if you don't want to, then try moving the PHP4Apache2.DLL into your modules folder of Apache.
I did some more reading and one article implied that Apache 2.2 does not support PHP4. I just downloaded PHP5 and I am no longer getting the error.