Impossible de redémarrer Apache2.service: unité introuvable.

You are using different service of apache.

run this if you are using the same service.

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