As described in the forum, but gained no response.
I have lighttpd-1.4.11 compiled on solaris 10 using gcc 3.3.2. I am serving nothing but static files and do not have anything but mod_status and mod_accesslog enabled.
I start lighttpd and some connections get made, others, including a heartbeat request, block and
the following error is dumped in the error log:
2006-06-05 16:32:18: (connections.c.222) unexpected end-of-file: 10
This server is used in a very high traffic situation and I'm looking to replace Apache in order
to get more simultaneous clients. I have added the following in the config:
server.max-fds = 8192
server.max-keep-alive-requests = 5000
server.max-keep-alive-idle = 90
as a config similar to this on a Linux box works very well for me.
I think lighttpd is fantastic, but this is a major blocker for me when trying to get it
working on Solaris.
Regards
Stephen