Author: glen                         Date: Fri Jan 16 13:26:22 2009 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- add some options

---- Files affected:
SOURCES:
   lighttpd.conf (1.42 -> 1.43) 

---- Diffs:

================================================================
Index: SOURCES/lighttpd.conf
diff -u SOURCES/lighttpd.conf:1.42 SOURCES/lighttpd.conf:1.43
--- SOURCES/lighttpd.conf:1.42  Fri Aug 17 08:00:56 2007
+++ SOURCES/lighttpd.conf       Fri Jan 16 14:26:17 2009
@@ -25,6 +25,21 @@
 # Linux 2.6+   epoll   linux-sysepoll
 #server.event-handler = "linux-sysepoll"
 
+# default cames from ulimit -n
+#server.max-fds = 8192
+
+# maximum number of request within a keep-alive session before the server 
terminates the connection
+# default 16
+#server.max-keep-alive-requests = 16
+
+# Maximum number of seconds until an idling keep-alive connection is dropped.
+# default 30
+#server.max-keep-alive-idle = 30
+
+# maximum number of seconds until a waiting, non keep-alive read times out and 
closes the connection
+# default 60
+#server.max-read-idle = 60
+
 # maximum number of seconds until a waiting write call times out and closes 
the connection
 # default 360
 #server.max-write-idle = 360
================================================================

---- CVS-web:
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/lighttpd.conf?r1=1.42&r2=1.43&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to