Anyone know what's changed recently with regard to apache2?
After a fresh install of Raspbian Jessie Lite (2016-05-27), I install apache2:
root@raspberrypi:~# apt-get install apache2
At this point, 'service apache2 restart' executes with no warning.
root@raspberrypi:~# service apache2 restart
root@raspberrypi:~#
Following a reboot, however, I get a warning:
Last login: Wed Sep 21 14:31:14 2016 from gigabyte
root@raspberrypi:~# service apache2 restart
Warning: Unit file of apache2.service changed on disk, 'systemctl daemon-reload' recommended.
root@raspberrypi:~#
Following the recommendation clears the warning:
root@raspberrypi:~# systemctl daemon-reload
root@raspberrypi:~# service apache2 restart
root@raspberrypi:~#
After a reboot, however, the problem is back. No changes are being made anywhere.