Guest informedpress.info Posted July 2, 2006 Share Posted July 2, 2006 Hello,I'm new to php, apache and mysql and i am installing them to my laptop to learn how to use them all. I installed mysql, no problems. Installed apache2.2 again no problems. Unpacked php5 to c:\php, copied php.ini to c:\windows, copied php5ts.dll, and edited apache's httpd.conf to use php by adding the following lines: #PHP 5 LoadModule php5_module "c:/php/php5apache2.dll" #Location of the php.ini, PHP's configuration file. PHPIniDir "C:/WINDOWS"and #PHP5 # File extensions to be parsed by the PHP intepreter. AddType application/x-httpd-php .php .phtml .html AddType application/x-httpd-phps .phpsBut when I start Apache in the console it errors out with the following message: Syntax error on line 117 of c:/program files/apache software foundation/apache2.2/conf/httpd.conf: Cannot load c:/php/php5apache2.dll into server: The specified module could not be found.Does anyone know what I am doing wrong? This is a fresh install of windows xp pro with all updates and patches applied.Thanks! Quote Link to comment Share on other sites More sharing options...
wildteen88 Posted July 2, 2006 Share Posted July 2, 2006 Downgrade to Apache2.0.x instead. PHP doesnt offically support Apache2.2. Quote Link to comment Share on other sites More sharing options...
Guest informedpress.info Posted July 2, 2006 Share Posted July 2, 2006 Can I just run the apache uninstaller and then install the other version? Or are there manual steps to be done? Quote Link to comment Share on other sites More sharing options...
wildteen88 Posted July 2, 2006 Share Posted July 2, 2006 You have to unstall Apache2.2.x first before you install Apache2.0.x 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.