On 09.09.2013 19:43, John W. Foster wrote: > I have an installation of Apache2 that is misconfigured & no longer > works. One way would be to remove the package apache2 and then move the config files out of the way. Then reinstall apache2 to get the default settings back. apt-get remove apache2 mv /etc/apache2/ /etc/apache2.old/ apt-get install apache2 That allows you to at least use the old, broken config files as references. Regards, /Lars