I am trying to set up an Apache2 / PHP4 / MYSQL environment on my XP PRO laptop. I am new to the first three, and so have just joined this forum and this is my first posting...
Apache2 seems to be working fine until I edit the HTTP.CONF file.
I have read the relevant sections of Steven Schafer's book on the above, moved the relevant DLLs around, edited the ini file - at least I hope I have followed the instructions correctly here! I have also read as many threads on the topic as I can find, but am still baffled/frustrated!
In a nutshell my problem is this....
There are two PHP4APACHE DLL files on my install and I have even tried them both. I also tried making slashes forward and back and it makes no difference to the following.
Please see Code and Error messages for BOTH below, thanks.
CODE 1:
LOADMODULE PHP_MODULE d:\php\sapi\php4apache2.dll
ERROR MESSAGE(when testing Apache config):
CAN'T LOCATE API MODULE STRUCTURE 'PHP_MODULE IN FILE D:\PHP\SAPI\PHP4APACHE2.DLL
CODE 2:
LOADMODULE PHP_MODULE d:\php\sapi\php4apache.dll
ERROR MESSAGE(when testing Apache config):
CANNOT LOAD D:\PHP\SAPI\PHP4APACHE.DLL into server: the specified module could not be found.
Please can someone help.
Many many thanks.