Answers for "failed to restart apache2.service unit apache2.service is masked"

1

Failed to restart apache2.service: Unit not found.

You are using different service of apache.

run this if you are using the same service.

systemctl restart httpd
<----------------- Or ------------------>
apachectl restart
Posted by: Guest on October-08-2020

Code answers related to "failed to restart apache2.service unit apache2.service is masked"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language