I followed the instruction here to configure a PHP development environment. First:
sudo tasksel install lamp-server
It succeeded, and It works!
is outputted in http://localhost/
. Then:
sudo cp /etc/apache2/sites-available/default /etc/apache2/sites-available/mysite
An error happened here:
cp: cannot stat ‘/etc/apache2/sites-available/default’: No such file or directory
I'm using Ubuntu 13.10. I searched the web but didn't get anything that looked promising. Can anyone point me in the right direction?
EDIT:
$ ls /etc/apache2/sites-available
000-default.conf default-ssl.conf