PHP5 configuration with Apache 5.5

Need help installing PHP, configuring a script, or configuring a server? Then come on in and post your questions! We'll try to help the best we can!

Moderator: General Moderators

Post Reply
rahul_jjj
Forum Newbie
Posts: 1
Joined: Fri Nov 14, 2008 5:47 am

PHP5 configuration with Apache 5.5

Post by rahul_jjj »

I have the php5.x version and apache 5.x downloaded.. I just wanted to know how to congiure the php5.x with the apache..

Can anyone advise

Rahul
alex.barylski
DevNet Evangelist
Posts: 6267
Joined: Tue Dec 21, 2004 5:00 pm
Location: Winnipeg

Re: PHP5 configuration with Apache 5.5

Post by alex.barylski »

The last I checked Apache was only at version 2.2.10 not 5.5 :P

http://httpd.apache.org/
User avatar
airy
Forum Newbie
Posts: 20
Joined: Fri Jul 11, 2008 2:53 am

Re: PHP5 configuration with Apache 5.5

Post by airy »

It's very sample in windows

add:
LoadModule php5_module "d:\php\php5apache2.dll"
pl change the red part [such as d:\php\php5apache2.dll] to your own path
to the end of apache/conf/httpd.conf
Post Reply