annotate lighttpd/conf.d/debug.conf @ 55:e421ea2519ec

dgamelaunch: define user/group by name instead of UID/GID. The user and group might not be created with the UID and GID expected, so it is better to use names. They can be changed to numeric values after installation.
author John "Elwin" Edwards
date Sun, 11 May 2014 08:32:31 -0700
parents 70a883519753
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
54
70a883519753 Add more lighttpd configuration files.
John "Elwin" Edwards
parents:
diff changeset
1 #######################################################################
70a883519753 Add more lighttpd configuration files.
John "Elwin" Edwards
parents:
diff changeset
2 ##
70a883519753 Add more lighttpd configuration files.
John "Elwin" Edwards
parents:
diff changeset
3 ## Debug options
70a883519753 Add more lighttpd configuration files.
John "Elwin" Edwards
parents:
diff changeset
4 ## ---------------
70a883519753 Add more lighttpd configuration files.
John "Elwin" Edwards
parents:
diff changeset
5 ##
70a883519753 Add more lighttpd configuration files.
John "Elwin" Edwards
parents:
diff changeset
6 ## Enable those options for debugging the behavior
70a883519753 Add more lighttpd configuration files.
John "Elwin" Edwards
parents:
diff changeset
7 ##
70a883519753 Add more lighttpd configuration files.
John "Elwin" Edwards
parents:
diff changeset
8 ## The settings can be set per location/vhost.
70a883519753 Add more lighttpd configuration files.
John "Elwin" Edwards
parents:
diff changeset
9 ##
70a883519753 Add more lighttpd configuration files.
John "Elwin" Edwards
parents:
diff changeset
10
70a883519753 Add more lighttpd configuration files.
John "Elwin" Edwards
parents:
diff changeset
11 ##
70a883519753 Add more lighttpd configuration files.
John "Elwin" Edwards
parents:
diff changeset
12 ## log-request-handling allows you to track the request
70a883519753 Add more lighttpd configuration files.
John "Elwin" Edwards
parents:
diff changeset
13 ## handing inside lighttpd.
70a883519753 Add more lighttpd configuration files.
John "Elwin" Edwards
parents:
diff changeset
14 ##
70a883519753 Add more lighttpd configuration files.
John "Elwin" Edwards
parents:
diff changeset
15 #debug.log-request-handling = "enable"
70a883519753 Add more lighttpd configuration files.
John "Elwin" Edwards
parents:
diff changeset
16
70a883519753 Add more lighttpd configuration files.
John "Elwin" Edwards
parents:
diff changeset
17 ##
70a883519753 Add more lighttpd configuration files.
John "Elwin" Edwards
parents:
diff changeset
18 ## log all request headers.
70a883519753 Add more lighttpd configuration files.
John "Elwin" Edwards
parents:
diff changeset
19 ##
70a883519753 Add more lighttpd configuration files.
John "Elwin" Edwards
parents:
diff changeset
20 #debug.log-request-header = "enable"
70a883519753 Add more lighttpd configuration files.
John "Elwin" Edwards
parents:
diff changeset
21
70a883519753 Add more lighttpd configuration files.
John "Elwin" Edwards
parents:
diff changeset
22 ##
70a883519753 Add more lighttpd configuration files.
John "Elwin" Edwards
parents:
diff changeset
23 ## similar to log-request-header.
70a883519753 Add more lighttpd configuration files.
John "Elwin" Edwards
parents:
diff changeset
24 ## but only logs if we encountered an error.
70a883519753 Add more lighttpd configuration files.
John "Elwin" Edwards
parents:
diff changeset
25 ## (return codes 400 and 5xx)
70a883519753 Add more lighttpd configuration files.
John "Elwin" Edwards
parents:
diff changeset
26 ##
70a883519753 Add more lighttpd configuration files.
John "Elwin" Edwards
parents:
diff changeset
27 #debug.log-request-header-on-error = "enable"
70a883519753 Add more lighttpd configuration files.
John "Elwin" Edwards
parents:
diff changeset
28
70a883519753 Add more lighttpd configuration files.
John "Elwin" Edwards
parents:
diff changeset
29 ##
70a883519753 Add more lighttpd configuration files.
John "Elwin" Edwards
parents:
diff changeset
30 ## log the header we send out to the client.
70a883519753 Add more lighttpd configuration files.
John "Elwin" Edwards
parents:
diff changeset
31 ##
70a883519753 Add more lighttpd configuration files.
John "Elwin" Edwards
parents:
diff changeset
32 #debug.log-response-header = "enable"
70a883519753 Add more lighttpd configuration files.
John "Elwin" Edwards
parents:
diff changeset
33
70a883519753 Add more lighttpd configuration files.
John "Elwin" Edwards
parents:
diff changeset
34 ##
70a883519753 Add more lighttpd configuration files.
John "Elwin" Edwards
parents:
diff changeset
35 ## log if a file wasnt found in the error log.
70a883519753 Add more lighttpd configuration files.
John "Elwin" Edwards
parents:
diff changeset
36 ##
70a883519753 Add more lighttpd configuration files.
John "Elwin" Edwards
parents:
diff changeset
37 #debug.log-file-not-found = "enable"
70a883519753 Add more lighttpd configuration files.
John "Elwin" Edwards
parents:
diff changeset
38
70a883519753 Add more lighttpd configuration files.
John "Elwin" Edwards
parents:
diff changeset
39 ##
70a883519753 Add more lighttpd configuration files.
John "Elwin" Edwards
parents:
diff changeset
40 ## debug conditionals handling
70a883519753 Add more lighttpd configuration files.
John "Elwin" Edwards
parents:
diff changeset
41 ##
70a883519753 Add more lighttpd configuration files.
John "Elwin" Edwards
parents:
diff changeset
42 #debug.log-condition-handling = "enable"
70a883519753 Add more lighttpd configuration files.
John "Elwin" Edwards
parents:
diff changeset
43
70a883519753 Add more lighttpd configuration files.
John "Elwin" Edwards
parents:
diff changeset
44 #
70a883519753 Add more lighttpd configuration files.
John "Elwin" Edwards
parents:
diff changeset
45 #######################################################################
70a883519753 Add more lighttpd configuration files.
John "Elwin" Edwards
parents:
diff changeset
46
70a883519753 Add more lighttpd configuration files.
John "Elwin" Edwards
parents:
diff changeset
47