cara membuat apache2 bukan autorestat saat startup
# disable autostart
sudo update-rc.d apache2 disable
# enable autostart
sudo update-rc.d apache2 enable
# remove / uninstall
sudo update-rc.d -f apache2 remove
Indonesia People