|
Posted by J.O. Aho on 10/28/06 12:41
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
[Back to original message]
|