I have removed the folder /etc/apache2 to reset its configuration, but when I reinstall Apache2 it is not coming back. Could anybody please explain this to me?
Tell me more
×
Server Fault is a question and answer site for
professional system and network administrators. It's 100% free, no registration required.
|
|
|
apache2.2-common packages contain config. Reinstall apache2.2-common:
or use autoremove(remove satisfy dependencies):
|
||||
|
|
Try doing
This will reinstall all configuration files from apache2.2-common that are missing. Just reinstalling the package will not reinstall the configuration files. |
|||
|
|