Ubuntu20.04でのApacheの再起動、起動、停止のコマンド
1.再起動
# sudo service apache2 restart
2.起動
# sudo service apache2 start
3.停止
sudo service apache2 stop
4.ステータスの確認
# sudo systemctl status apache2
Coding Changes the World
1.再起動
# sudo service apache2 restart
2.起動
# sudo service apache2 start
3.停止
sudo service apache2 stop
4.ステータスの確認
# sudo systemctl status apache2