Jump to content

can't get httpd loadmodule to pick up php5 load module..


Recommended Posts

Sorry for novice ? but I have been away for a while and needed apache running php and mysql.  Long story short following this fellows advice http://www.expertsrt.com/tutorials/Matt/install-apache.html#dirsetup

 

 

Syntax error on line 134 of C:/Web/WebServer/Apache2/conf/httpd.conf:

Cannot load D:/Web/WebServer/PHP/php5apache2_2.dll into server:

The specified module could not be found.

Note the errors or messages above, and press the <ESC> key to exit.  10...

 

here is the line failing...(tried with without both " and ending slash...pretty sure

 

LoadModule php5_module "C:/Web/WebServer/PHP/php5apache2_2.dll"

 

 

Whats wrong with this picture?....the dll is there....even copied it over to windows folder

(did php -v) worked fine  (apache was fine until I changed the load module above)

 

hopefully..I not getting to old for this...jajajajaja...thanks in advance to for your review and help!

 

 

php5apache2_2.dll is for use with Apache2.2.x installations only.

 

As you have Apache2.0.x installed you should use php5apache2.dll instead.

 

You shoold keep all files that come with PHP contained within PHP's installation folder. You should add PHP to the Path Environment Variable (explainedunder the 3. Download and Install PHP 5 heading).

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.