faqts : Computers : Programming : Languages : PHP : Installation and Setup

+ Search
Add Entry AlertManage Folder Edit Entry Add page to http://del.icio.us/
Did You Find This Entry Useful?

17 of 28 people (61%) answered Yes
Recently 8 of 10 people (80%) answered Yes

Entry

I can't get Apache2.0 and PHP4.2.3 to work together. What is a good install procedure?

Dec 10th, 2002 12:57
Dan Anderson, Brian Duke,


Don't use php-4.2.x with Apache 2.x.
I coulnd't get them to work together.
I used php-4.3.0RC2 (soon to be a regular release).
In general, use a version of PHP released AFTER the version you use with
Apache.  This is because of frequent changes to the internal Apache API.

Also, for Unix/Linux, Apache 2.x must be a loadable module.
If you are using Linux, I have a webpage with tips at
http://dan.drydog.com/apache2php.html