Не удалось перезапустить Apache2.service: единица не найдено.

You are using different service of apache.

run this if you are using the same service.

systemctl restart httpd
<----------------- Or ------------------>
apachectl restart
Lokesh003