I can report, that lighttpd from repository (dated 26.10.2009) in the version 1.4.24-1 is broken.
You are lucky, because I've stored a working lighttpd on a server:
Code:
ipkg remove lighttpd
cd /opt/tmp/ipkg
mkdir -p /opt/etc/lighttpd
wget http://autoinstall.lima-city.de/lighttpd_1.4.22-1_mipsel.ipk
ipkg install lighttpd_1.4.22-1_mipsel.ipk
wget http://autoinstall.lima-city.de/libuclibc++_0.2.2-8_mipsel.ipk
ipkg install libuclibc++_0.2.2-8_mipsel.ipk
wget http://autoinstall.lima-city.de/lighttpd.conf -O /opt/etc/lighttpd/lighttpd.conf
echo "CONSIDER: YOUR ROUTER IS ONLY REACHABLE ON PORT 88"
nvram set http_lanport=88
nvram commit
reboot
Your webserver is reachable on port 80, if needed open port in your webif and use
a dyndns account to allow access from wan.
Consider anytime, that your router is reachable on port 80 (after performing the above commands)
have fun
newbiefan