Diff for /elwix/config/etc/default/lighttpd/conf.d/debug.conf between versions 1.1 and 1.2

version 1.1, 2013/10/14 15:19:38 version 1.2, 2014/01/05 23:14:24
Line 0 Line 1
   #######################################################################
   ##
   ##  Debug options
   ## ---------------
   ##
   ## 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"
   
   #
   #######################################################################
   
   

Removed from v.1.1  
changed lines
  Added in v.1.2


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>