I have a problem trying to configure Apache to run locally on my computer. I wanted to have Apache with Mysql and php on it so i could practice PHP on my computer while having a local database. No1 else on the web could see it since my host blocks incoming port 80, but i dont care caz its just for practice. I put all the files in the right spots and changed apaches "httpd.conf" file and php's "install.txt" file so that they would call up things right. Everytime i try starting apache i get
Quote:
"Syntax error on line 134 of c:/server/progs/Apache2/conf/httpd.conf, Cannot load c:/server/progs/php/sapi/php4apache2.dll into server: The specified module could not be found."
I looked in the folder and the php2apache2.dll file is there, i tried moving it and changing the line to bring it up also in the httpd.conf file. That still didnt work, and I cant figure out y the thing cant load the .dll file when i can clearly see its in that folder??? Any thoughts or help?
Im using: apache 2.0.53, mysql 4.1.9, php 4.3.10, phpMyAdmin 2.6.1, if that helps at all.