How to add PHP in to Apache web server Posted on August 29, 2013 by admin Download a suitable PHP source code from below official PHP site http://www.php.net/downloads.php # cd php-5.2.3 # ./configure \ # –with-apxs2=/usr/local/apache/bin/apxs # make # make install Restart the server. Done with the installation Post navigation ← Previous Next →