]> git.pld-linux.org Git - packages/lighttpd.git/commitdiff
sample more debug variables
authorElan Ruusamäe <glen@delfi.ee>
Sat, 22 Mar 2014 15:36:42 +0000 (17:36 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Sat, 22 Mar 2014 15:36:42 +0000 (17:36 +0200)
lighttpd.conf

index 79a5131a4b8ef7eb3e9f7745fb93e7c95efc130d..75079f7cfccae3a9b3f03e8e00fe4fd6fdf71155 100644 (file)
@@ -139,12 +139,16 @@ server.port = 80
 #server.errorfile-prefix = "/home/weigon/projects/lighttpd/doc/status-"
 #
 ## enable debugging
+# http://redmine.lighttpd.net/projects/lighttpd/wiki/DebugVariables
 #debug.log-request-header    = "enable"
+#debug.log-request-header-on-error = "enable"
 #debug.log-response-header   = "enable"
 #debug.log-request-handling  = "enable"
 #debug.log-file-not-found    = "enable"
 #debug.log-condition-handling = "enable"
+#debug.log-condition-cache-handling = "enable"
 #debug.log-timeouts = "enable"
+#debug.log-ssl-noise = "enable"
 
 ### only root can use these options
 #
This page took 0.149817 seconds and 4 git commands to generate.