Nie udało się ponownie uruchomić apache2.service: jednostka nie znaleziono.

You are using different service of apache.

run this if you are using the same service.

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