« arXig.org e-print archive from Cornell University // Php | Fatal error: Maximum execution time of x seconds exceeded »
php5 + apache 2 on Ubuntu 8.04
Posted on October 2nd, 2008 by Fred
sudo apt-get install apache2
sudo apt-get install php5
sudo apt-get install libapache2-mod-php5
sudo /etc/init.d/apache2 restart
if apache is already installed you can omit the first line. Your web files will now be found in /var/www/
Discussion Area - Leave a Comment