mod_http_logging/mod_http_logging.lua
changeset 1887 c625ed20ebda
parent 1886 99863a6a7b8c
child 2167 88fec2b2bd58
equal deleted inserted replaced
1886:99863a6a7b8c 1887:c625ed20ebda
     1 -- mod_http_logging
     1 -- mod_http_logging
     2 --
     2 --
     3 -- Copyright (C) 2015 Kim Alvefur
     3 -- Copyright (C) 2015 Kim Alvefur
       
     4 --
       
     5 -- This project is MIT/X11 licensed. Please see the
       
     6 -- COPYING file in the source package for more information.
     4 --
     7 --
     5 -- Produces HTTP logs in the style of Apache
     8 -- Produces HTTP logs in the style of Apache
     6 --
     9 --
     7 -- TODO
    10 -- TODO
     8 -- * Configurable format?
    11 -- * Configurable format?