Apache2 does not reload/restart (org.freedesktop.PolicyKit1 error)
It's a permission issue with the apache server
the systemctl
command should be run with root
privileges:
sudo systemctl reload apache2
Try
sudo apache2ctl configtest
This should give you a better idea of the current issues.
(Possibly related: Apache not able to restart)