projects
/
rails.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
778896d
)
lighttpd increase server.max-fds from 1024 (default) to 8192 after lighttpd deadlock.
author
Grant Slater
<openstreetmap@firefishy.com>
Thu, 23 Apr 2009 02:00:15 +0000
(
02:00
+0000)
committer
Grant Slater
<openstreetmap@firefishy.com>
Thu, 23 Apr 2009 02:00:15 +0000
(
02:00
+0000)
config/lighttpd.conf
patch
|
blob
|
history
diff --git
a/config/lighttpd.conf
b/config/lighttpd.conf
index 98f914cc96b8f8ce46e058a25d81dd7a3f14e2a6..22051eb44657c667356d8f50b5e93a4b319407a3 100644
(file)
--- a/
config/lighttpd.conf
+++ b/
config/lighttpd.conf
@@
-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
#