Jul
09
Couple of days ago I decided to give lighttpd web-server a try. I didn’t want to uninstall already installed apache, I just wanted it to stop and not auto-start itself on system reboot. Stopping apache is trivial, as it turned out disabling it is even easier:
# aptitude install sysv-rc-conf # sysv-rc-conf
From there just turn off apache service and press ‘q’ to quit. I really liked this nice command line tool!

no comment untill now