Apache 2 Stop Linux

[Solved] Apache 2 Stop Linux | Shell - Code Explorer | yomemimo.com
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 apache2

Answered by : hugo-fusinato

/etc/init.d/apache2 stop

Source : | Last Update : Mon, 31 May 21

Answers related to apache 2 stop linux

Code Explorer Popular Question For Shell