A lot of /etc files were apparently removed. This also prevents apache2
from restarting. You might need to purge/reinstall apache2,
apache2-common... to restore the needed conf files like
/etc/apache2/envvars.

It might be sufficient to just recreate the file manually :

$ sudo cat /etc/apache2/envvars << EOD
export APACHE_RUN_USER=www-data
export APACHE_RUN_GROUP=www-data
export APACHE_PID_FILE=/var/run/apache2.pid
EOD
$ 

However I would be surprised if envvars was the only file missing.

-- 
nagios2 won't remove/reinstall if /etc/nagios2/apache2.conf is deleted
https://bugs.launchpad.net/bugs/256920
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to