|  | Posted by Siegfreed on 10/29/06 09:08 
J.O. Aho wrote:> Siegfreed wrote:
 >
 >> Problem Description:- When I start the Apache Server I get the
 >> following message:
 >>
 >> httpd.exe: Syntax error on line 115 of C:/Program
 >> Files/Apache22/conf/httpd.conf
 >> : Cannot load C:/php/php5apache2.dll into server: The specified module
 >> could not be found.
 >>
 >> Please note:-
 >>
 >> I have tested the Apache installation by entering http://localhost, or
 >> http://127.0.0.1 and obtained the confirmation that is working properly.
 >>
 >> Question:- How can I solve this problem?  Thank you.
 >
 >
 > You are trying to load a module called php5apache2.dll, but apache can't
 > find it, either you don't have a such module or you have placed it in
 > the wrong directory. As long as you don't have this file, you will get
 > the error message and of course you won't get the benefits that the
 > module would have given you, if you don't want to see the error message,
 > then comment out the line 115 in your "C:/Program
 > Files/Apache22/conf/httpd.conf".
 >
 >
 >  //Aho
 
 
 The module "php5apache2.dll" is present, and it is located in
 C:/Program Files/php/php5apache2.dll.
 
 The solution to the problem was to change the path from:
 
 C:/php/php5apache2.dll
 
 to:
 
 "C:/Program Files/php/php5apache2.dll".
 
 Apache now load 100% OK, and gives not error message whatsoever.
 
 My objective was not preventing the error message to appear, but to
 install and configure correctly PHP.
 
 I thank you for the time and effort you spent to enrich this newsgroup.
 
 Siegfreed
 [Back to original message] |