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
PHP5 configuration with Apache 5.5
Moderator: General Moderators
-
alex.barylski
- DevNet Evangelist
- Posts: 6267
- Joined: Tue Dec 21, 2004 5:00 pm
- Location: Winnipeg
Re: PHP5 configuration with Apache 5.5
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
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