PHP 4.3.3 with Apache 2

Trying to get PHP 4.3.3 working with Apache 2. This looks pretty good: http://us2.php.net/manual/en/install.apache2.php.
It looks like I just did a ./configure –enable-ssl for httpd last time. Added –enable-so this time.
The php configure looked like this:
./configure –enable-track-vars –enable-force-cgi-redirect –with-gettext –with-mysql.
Added the apxs directive and gor this:
./configure –enable-track-vars –enable-force-cgi-redirect –with-gettext –with-mysql –with-apxs2=/usr/local/apache2/bin/apxs.

Leave a Reply

You must be logged in to post a comment.