azunoman Posted May 7, 2008 Share Posted May 7, 2008 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! Quote Link to comment Share on other sites More sharing options...
azunoman Posted May 7, 2008 Author Share Posted May 7, 2008 I am using apache 2.0... php-5.2.6 Quote Link to comment Share on other sites More sharing options...
wildteen88 Posted May 7, 2008 Share Posted May 7, 2008 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). Quote Link to comment Share on other sites More sharing options...
azunoman Posted May 7, 2008 Author Share Posted May 7, 2008 ok..knowning now I should have said that this install is on a new vista prem system...argh... I close the UAC and tried installing again.... wildteen88...is your response still valid after this information? Quote Link to comment Share on other sites More sharing options...
wildteen88 Posted May 8, 2008 Share Posted May 8, 2008 Yes It has nothing to with what OS you have installed. You must use the correct module for the version of Apache you have installed. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.