Re: php5apache2.dll
- From: "J.O. Aho" <user@xxxxxxxxxxx>
- Date: Sat, 28 Oct 2006 14:41:27 +0200
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
.
- Follow-Ups:
- Re: php5apache2.dll
- From: Siegfreed
- Re: php5apache2.dll
- Prev by Date: Re: non session/cookie login
- Next by Date: changing settings in PHP.ini
- Previous by thread: Tale of woe
- Next by thread: Re: php5apache2.dll
- Index(es):
Relevant Pages
|