I installed the sysupgrade on a 3800, and it's fixed, luci came right up.

I see a BCP38 tab under Firewall under Network, showing Enabled, on ge00, with Auto-detect upstream IP on, and a reasonable looking list of 10 Blocked IP ranges.

Will Strang

Dave Taht
July 29, 2014 at 12:12 AM
It really is wonderful to have all you folk out there to find and fix
the bugs before I can! :)

I cut a new version of 3.10.50-1 just now.

those of you with the old version can either comment out simple_vhost
as per the below, or do an
opkg update; opkg install lighttpd-mod-simple-vhost
on your existing install.

If you do a fresh install of 3.10.50-1 it should be fixed also, but
I'm not in a position til tomorrow (or rather, later today),
to check for myself.

Did BCP38 make it this time onto the gui?

On Mon, Jul 28, 2014 at 11:55 PM, Will Strang



Will Strang
July 28, 2014 at 11:55 PM
lighttpd won't start up in cerowrt-3.10.50-1, because:

In /etc/lighttpd/lighttpd.conf, the server.modules list includes: "mod_simple_vhost"

There is no such .so in /usr/lib/lighttpd, and nothing like that in the opkg list.

I commented "mod_simple_vhost" out, and lighttpd started up, making luci usable.

Will Strang