Hello everyone, I am facing problem to attach PHP with apache server.Each of the server works perfectly when run separately. 1. When ever i try to test apache ill get the error message as"cannot load d:/web/webserver/PHP/php5apache2.dll into server, the specified module could not b found.." where d:/web/webserver is my installed directory.. 2. if try to comment this line from httpd file..then the error message shows " invalid PHPInidir, perhaps missplled or defined by a module not included in the server configuration" if i comment this line too..then the server works fine.. please guys help me out. what could b the problem. Kiran Holla
instead of setting up php+mysql+apache+phpmyadmin u can download a all in package called as XAMPP its very good and one click install.. google it
Hi there, Have u checked httpd.conf? It should has these lines : #BEGIN PHP INSTALLER EDITS - REMOVE ONLY ON UNINSTALL PHPIniDir "C:\\PHP\\" LoadModule php5_module "C:\\PHP\\php5apache2_2.dll" #END PHP INSTALLER EDITS - REMOVE ONLY ON UNINSTALL