I am trying to install the lighttpd startup script. I followed these steps, but when I start it I get
root@debian:~# /etc/init.d/lighttpd start
.: 53: Can't open /etc/rc.status
Seems rc.status does not exist and the startup script needs it. What am I supposed to do to create rc.status?
rc.statuson Debian. What's the contents of the init script that you installed? Or better, what's wrong with Debian's lighttpd package? – Shane Madden Jan 29 at 22:51apt-get install lighttpd. – Shane Madden Jan 29 at 23:25