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?

 

Link to comment
Share on other sites

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

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.