lighttpd.rst
changeset 1806 215f96a767ed
parent 1805 9fc85bbfb183
child 1834 c10a645a08fc
equal deleted inserted replaced
1805:9fc85bbfb183 1806:215f96a767ed
    13 
    13 
    14   $ lighttpd -t -f /etc/lighttpd/lighttpd.conf
    14   $ lighttpd -t -f /etc/lighttpd/lighttpd.conf
    15 
    15 
    16 Add to config::
    16 Add to config::
    17 
    17 
       
    18   accesslog.filename = "/var/log/lighttpd/access.log"
    18   server.errorlog = "/var/log/lighttpd/error.log"
    19   server.errorlog = "/var/log/lighttpd/error.log"
    19 
    20 
    20   debug.log-response-header = "enable"
    21   debug.log-response-header = "enable"
    21   debug.log-request-handling = "enable"
    22   debug.log-request-handling = "enable"
    22 
    23