summaryrefslogtreecommitdiff
path: root/data/lighttpd/lighttpd-1.4.53/doc/config/conf.d/debug.conf
diff options
context:
space:
mode:
Diffstat (limited to 'data/lighttpd/lighttpd-1.4.53/doc/config/conf.d/debug.conf')
-rw-r--r--data/lighttpd/lighttpd-1.4.53/doc/config/conf.d/debug.conf49
1 files changed, 49 insertions, 0 deletions
diff --git a/data/lighttpd/lighttpd-1.4.53/doc/config/conf.d/debug.conf b/data/lighttpd/lighttpd-1.4.53/doc/config/conf.d/debug.conf
new file mode 100644
index 000000000..d05d9dfa0
--- /dev/null
+++ b/data/lighttpd/lighttpd-1.4.53/doc/config/conf.d/debug.conf
@@ -0,0 +1,49 @@
+#######################################################################
+##
+## Debug options
+## ---------------
+##
+## See https://redmine.lighttpd.net/projects/lighttpd/wiki/DebugVariables
+##
+## Enable those options for debugging the behavior
+##
+## The settings can be set per location/vhost.
+##
+
+##
+## log-request-handling allows you to track the request
+## handing inside lighttpd.
+##
+#debug.log-request-handling = "enable"
+
+##
+## log all request headers.
+##
+#debug.log-request-header = "enable"
+
+##
+## similar to log-request-header.
+## but only logs if we encountered an error.
+## (return codes 400 and 5xx)
+##
+#debug.log-request-header-on-error = "enable"
+
+##
+## log the header we send out to the client.
+##
+#debug.log-response-header = "enable"
+
+##
+## log if a file wasnt found in the error log.
+##
+#debug.log-file-not-found = "enable"
+
+##
+## debug conditionals handling
+##
+#debug.log-condition-handling = "enable"
+
+#
+#######################################################################
+
+