Installation instructions for using PHP with the Apache web server.
Compiling and Installing
Configure PHP with the options you want. In this case, we'll be adding Apache
./configure \
--enable-mbstring \
--with-gd \
--with-gettext \
--with-apxs2=/usr/local/apache2/bin/apxs \
Configuration options: