I was setting an apache instance up.
And accidentally, I did rm -rf /etc/apache2
.
Now I don't have any configurations.
Oh.
I sudo apt-get install apache2 --reinstall
, but didn't' work :(
How can I make the directory again?
I'm using Ubuntu 10.04 LTS server.
I got the answer.
I needed:
and then had to also reinstall php5:
Just had to think about the other things I had installed.
(Ubuntu 12.10)