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!

 

 

Link to comment
Share on other sites

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).

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.