Re: php5apache2.dll



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
.



Relevant Pages

  • Re: apache-mpm-prefork debian perfomance tuning
    ... Will it server well about 1,000 users simultaneously? ... apache and keep an eye out for pages taking longer than 0 seconds. ... generator like 'httperf', ... magnify and contribute to heavy load on the system when it gets busy. ...
    (Debian-User)
  • Re: thread priority
    ... I will see the load on the Apache is growing up. ... bypass apache and go straight to the database. ... the web-app to the test server. ...
    (comp.lang.perl.misc)
  • Re: about httpd.conf and ssl.conf
    ... You might want your non-secure virtual hosts defined in the ... Then, in the ssl.conf, AFTER THE MODULE LOAD - apache processes this ... Once that's done, and the interfaces are enabled, *now* restart apache, ... Mail has the best spam protection around ...
    (RedHat)
  • Re: [PHP] Question before upgrading to 5
    ... you can't load both PHP4 and PHP5 into the same Apache as Modules. ... I was going to install a virtual ...
    (php.general)
  • Re: mod_perl headaches
    ... past - they'd load the mod_perl libperl.so, but when they then tried to ... figure out how to build both Apache ... and Perl using them. ... to gain by building mod_perl as a DSO. ...
    (comp.lang.perl.misc)