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