Ubuntu – disable appache2 on boot

You could simply disable it by:

sudo update-rc.d apache2 disable

and then if you would like to enable it again:

sudo update-rc.d apache2 enable
Ubuntu – disable appache2 on boot was last modified: July 27th, 2018 by Jovan Stosic

Leave a Reply