
Originally Posted by
cichy
Hello,
Time to refresh this thread :P I've updated my php and additional components on router. When ipkg asked i've sticked to my settings (php.ini and lighttpd.conf) but after resrtart i'm getting 500-Internal server error. In htop lighttpd isn't running so is fcgi. My question is: what to do? I've already reinstalled lighttpd and it didn't helped at all. Any clues?
I had similar problems with newer lighttpd (since 1.4.24-1)
You can try to install the last working lighttpd from here:
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
Consider, that lighttpd.conf needs some changes before starting, because lighttpd is set in this config to port 80.
For me it works.
have fun