Linux Apache Stop

[Solved] Linux Apache Stop | Shell - Code Explorer | yomemimo.com
Question : stop apache server

Answered by : awful-antelope-moa1l00r34tf

# On Ubuntu
## Start command ##
systemctl start apache2.service
## Stop command ##
systemctl stop apache2.service
## Restart command ##
systemctl restart apache2.service

Source : | Last Update : Sun, 27 Dec 20

Question : linux apache stop

Answered by : murat-akmak

sudo service apache2 start
sudo service apache2 restart
sudo service apache2 stop
OR
sudo /etc/init.d/apache2 start
sudo /etc/init.d/apache2 restart
sudo /etc/init.d/apache2 stop

Source : | Last Update : Sat, 27 Aug 22

Question : apache 2 stop linux

Answered by : said-hr

sudo service apache2 stop

Source : | Last Update : Wed, 17 Aug 22

Question : stop apache service

Answered by : blushing-batfish-ebspevjjy5qw

sudo systemctl stop apache2

Source : https://linuxize.com/post/start-stop-restart-apache/ | Last Update : Tue, 11 Jan 22

Question : stop apache service

Answered by : important-ibis-is1gq7d74f03

service apache2 stop

Source : | Last Update : Sun, 15 Aug 21

Question : stop apache server

Answered by : yubraj-thapa

Stop apache2 server

Source : | Last Update : Wed, 20 Jul 22

Answers related to linux apache stop

Code Explorer Popular Question For Shell