I'm trying to use php5.1.5 on WinXP and have gotten Apache2.2forWin32 installed and "It Works" going. Now when I add the
LoadModule php5_module C:/php/php5apache2.dll
statement to the httpd.conf file and restart Apache, it bombs. Comment it out, Apache starts just fine. Yes, I've got a C:/php directory, and yes, there is a php5apache2.dll in it. What gives?!
There's nothing in the modules/xxxx.so that looks remotely like it has anything to do with php. Will try to uninstall Apache2.2 and try an older version...but that seems, well, "hirnlos" as they say in Berlin.
Yep, uninstalling Apache2.2.3 and installing Apache2.0.5x did the trick. Odd that such a common thing as Apache and PHP would have such a problem, even on Windows.