Restore Apache conf files to original

Forums:

So I screwed up apache somehow trying to copy over conf files. If you need to restore them back to originals, here is a good article: https://blog.mx17.net/2014/02/14/restore-etc-configuration-file-original-maintainer-version-debian/ This will show the dir # dpkg -S /etc/apache2/sites-available/000-default.conf This will reinstall the default conf file 000-default.conf and possibly the SSL conf file. # apt-get install --reinstall -o Dpkg::Options::="--force-confmiss" apache2