lighttpd increase server.max-fds from 1024 (default) to 8192 after lighttpd deadlock.

This commit is contained in:
Grant Slater 2009-04-23 02:00:15 +00:00
parent 778896d755
commit d6f7bbfcd1

View file

@ -20,6 +20,8 @@ server.username = "www-data"
server.groupname = "www-data"
server.pid-file = "/var/run/lighttpd.pid"
server.max-fds = 8192
#
# Setup logging
#