Fehlgeschlagen Apache2.Service: Einheit nicht gefunden.

You are using different service of apache.

run this if you are using the same service.

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