How to install/compile Apache with PHP via source installation
How to install/compile Apache with PHP via source installation? If you like to install PHP with Apache via source installation, kindly follow the steps below. This PHP installation is compiles with major modules like GD, MCrypt, xml,etc 1.wget http://bg.php.net/distributions/php-5.3.1.tar.bz2 2.cd php-5.3.1.tar.bz2 3.bunzip2Â php-5.3.1.tar.bz2 4.tar -xvf php-5.3.1.tar or simply do tar… Continue Reading How to install/compile Apache with PHP via source installation