PDA

View Full Version : Can't see /var/www


lugos
August 10th, 2006, 05:52 PM
Hello,

I just installed Ubuntu Server 6.06 but I can't see the /var/www directory. Did I miss something?

Any help would be greatly appreciated.

Thanks,
lugos

az
August 10th, 2006, 07:25 PM
https://help.ubuntu.com/community/ApacheMySQLPHP

The server install is just a base system. You probably want to install the LAMP stack, or just apache2.

sudo apt-get install apache2 php5-mysql libapache2-mod-php5 mysql-server

lugos
August 11th, 2006, 07:20 PM
Thank you.