sudo systemctl disable & enable apache2

https://www.cyberciti.biz/faq/star-stop-restart-apache2-webserver

sudo systemctl disable apache2
sudo systemctl stop apache2
Hoặc: sudo systemctl stop apache2.service

systemctl enable apache2

Last updated