Fix DD-WRT Lighttpd error “(server.c.1105) fdevent_init failed” on Asus WL-500

Tonight I was messing with my Asus WL-500 and was having trouble getting lighttpd to start. I found some post in russian that I was able to decypher thanks to my excellent linguist skills (haha). Anyway, it’s pretty easy.

# ipkg install nano

# nano /opt/etc/lighttpd/lighttpd.conf

and then change

# server.event-handler = «freebsd-kqueue» # needed on OS X

to

server.event-handler = «poll» # needed on OS X

After changing this, lighttpd started right up with fastcgi php.

above comments

3 Responses to “Fix DD-WRT Lighttpd error “(server.c.1105) fdevent_init failed” on Asus WL-500”

  1. wirespot on November 6th, 2009 at 1:37 am

    Thank you! Fixed mine too (on WL-500gP v1).

  2. jsmith on November 30th, 2009 at 9:26 am

    Thanks a bunch man!

  3. Violin Iliev on January 20th, 2010 at 2:49 am

    Thanks! :)
    Mine is WL-500gP v2. This fix works fine. :)



Leave a Reply