No se pudo reiniciar Apache2.Service: Unidad no encontrada.

You are using different service of apache.

run this if you are using the same service.

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