I accidentally, on a Ubuntu Server, deleted /etc/apache2
. I hadn't altered any config in there, so I have not lost anything as long as I can regenerate it...
I tried apt-get remove
ing and installing apache2
, but it just says it's missing some files in /etc/apache2
when I try to start it.
How can I regenerate it?
Thanks in advance!
Most everything in there should be in the
apache2.2-common
package. This'll force the re-installation of those config files:Start with that, and see if anything's still missing.