]> git.pld-linux.org Git - packages/lighttpd.git/blobdiff - lighttpd.conf
- update to r2392 (PRE-RELEASE: 1.4.21-r2392)
[packages/lighttpd.git] / lighttpd.conf
index f9b2ffcf8f9640b06ba48c2a543e5b609f38fbf0..7404b800c5cbe7737f11413462627ae8b02dc4f3 100644 (file)
@@ -25,6 +25,21 @@ mimetype.assign += (
 # 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
@@ -67,6 +82,7 @@ server.port = 80
 #debug.log-request-handling  = "enable"
 #debug.log-file-not-found    = "enable"
 #debug.log-condition-handling = "enable"
+#debug.log-timeouts = "enable"
 
 ### only root can use these options
 #
This page took 0.360774 seconds and 4 git commands to generate.