Q: How to install PHP for Apache HTTP Server?
sudo apt-get install php4 sudo /etc/init.d/apache2 restart sudo gedit /var/www/testphp.php
<?php phpinfo(); ?>