Installing Apache2 and PHP5 is super simple on Ubuntu:
# apt-get install apache2
# apt-get install php5
# apt-get install libapache2-mod-php5
# /etc/init.d/apache2 restart
Installing Apache2 and PHP5 is super simple on Ubuntu:
# apt-get install apache2
# apt-get install php5
# apt-get install libapache2-mod-php5
# /etc/init.d/apache2 restart