Why does an update from Apache 2.2 to 2.4 delete all configs?
Posted
by
Panique
on Server Fault
See other posts from Server Fault
or by Panique
Published on 2013-10-21T09:14:03Z
Indexed on
2013/10/21
9:58 UTC
Read the original article
Hit count: 198
apache2
When updating apache 2.2 to apache 2.4 (for example with this package https://launchpad.net/~ondrej/+archive/apache2) all the configs are deleted. The normally used
/etc/apache2/sites-available/default
is now completely deleted, the "new" default file (000-default) has a totally different structure, so it's not even possible to recover by doing copy & paste work.
Why does this happen and how to prevent this ?
© Server Fault or respective owner