I want to start Apache2 on my Debian Sarge box to test something quick. I want to start it just this once for testing, then shut it down again. I do not want it to start on boot
$ sudo /etc/init.d/apache2 start Not starting apache2 - edit /etc/default/apache2 and change NO_START to be 0. $ vi /etc/default/apache2 # 0 = start on boot; 1 = don't start on boot NO_START=1 1 != don't start on boot 1 = don't start
