Jump to content

How to integrate php 5.3.2 to apache? (windows)


Recommended Posts

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?

 

  • 3 weeks later...

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.

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.