SOURCES: lighttpd.conf - add server.max-write-idle
glen
glen at pld-linux.org
Fri Dec 15 08:44:06 CET 2006
Author: glen Date: Fri Dec 15 07:44:06 2006 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- add server.max-write-idle
---- Files affected:
SOURCES:
lighttpd.conf (1.38 -> 1.39)
---- Diffs:
================================================================
Index: SOURCES/lighttpd.conf
diff -u SOURCES/lighttpd.conf:1.38 SOURCES/lighttpd.conf:1.39
--- SOURCES/lighttpd.conf:1.38 Fri Sep 15 18:14:23 2006
+++ SOURCES/lighttpd.conf Fri Dec 15 08:44:00 2006
@@ -20,6 +20,10 @@
# Linux 2.6+ epoll linux-sysepoll
#server.event-handler = "linux-sysepoll"
+# maximum number of seconds until a waiting write call times out and closes the connection
+# default 360
+#server.max-write-idle = 360
+
# Use the "Content-Type" extended attribute to obtain mime type if possible
#mimetype.use-xattr = "enable"
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SOURCES/lighttpd.conf?r1=1.38&r2=1.39&f=u
More information about the pld-cvs-commit
mailing list