Falha ao reiniciar o Apache2.Service: Unidade não encontrada.
You are using different service of apache.
run this if you are using the same service.
systemctl restart httpd
<----------------- Or ------------------>
apachectl restart
Lokesh003