sudo systemctl stop apache2.service = sudo service apache2 stop = /etc/init.d/apache2 stop
## Start command ##sudo systemctl start apache2.service## Stop command ##sudo systemctl stop apache2.service## Restart command ##sudo systemctl restart apache2.service
sudo apt remove --purge apache2sudo apt autoremove -y
3 Reviews
sudo systemctl stop apache2.service = sudo service apache2 stop = /etc/init.d/apache2 stop
ReplyDelete## Start command ##
Deletesudo systemctl start apache2.service
## Stop command ##
sudo systemctl stop apache2.service
## Restart command ##
sudo systemctl restart apache2.service
sudo apt remove --purge apache2
Deletesudo apt autoremove -y