apache starts automatically on booting my Ubuntu 8.04 system. I boot to the GUI by default so I assumed that was runlevel 5. Thus, I renamed
/etc/rc5.d/S91apache2
to
/etc/rc5.d/K91apache2
but the service still started after a reboot. Am i on the wrong runlevel? How can i disable apache's automatic start on boot?

