rain13 Posted May 5, 2010 Share Posted May 5, 2010 Hello, I have some problems with integrating php to appache. Idownloaded php 5.3.2 http://windows.php.net/downloads/releases/php-5.3.2-nts-Win32-VC9-x86.msi and apache 2.2.15 http://newverhost.com/pub/httpd/binaries/win32/httpd-2.2.15-win32-x86-openssl-0.9.8m-r2.msi I added these files at the end of httpd.conf LoadModule php5_module "c:/xampp/php/php5.dll" AddHandler application/x-httpd-php .php # configure the path to php.ini PHPIniDir "C:/xampp/php" But now I can't start apache. (If i remove these lines I can start it again). I have double checked paths, so no problem with paths.. Any suggestions? Quote Link to comment Share on other sites More sharing options...
angel1987 Posted May 21, 2010 Share Posted May 21, 2010 Check these steps. I followed these steps and it worked. http://www.thesitewizard.com/php/install-php-5-apache-windows.shtml Quote Link to comment Share on other sites More sharing options...
paparts Posted May 27, 2010 Share Posted May 27, 2010 Are you using xampp? If yes then you can start apache and php through its control panel. Quote Link to comment Share on other sites More sharing options...
angel1987 Posted May 27, 2010 Share Posted May 27, 2010 If you are using XAMPP there is no need to do the Manual Integration, its all automatic and you can start services from control panel. And if it won't start then just re install xampp again and it will work. It happened to me and after reinstallation it worked. 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.