Installare Apache 2 e PHP 5 in Ubuntu
Questa breve guida spiega come installare Apache HTTP Server e PHP 5. Per installare i due componenti un terminale ed eseguire i seguenti comandi:
sudo apt-get install apache2
sudo apt-get install php5
sudo apt-get install libapache2-mod-php5
sudo /etc/init.d/apache2 restart
Occorre ricordare che la cartella del web server, in cui inserire gli script PHP o pagine statiche (html), si trova in:
/var/www/












