log plugins/mod_http_files.lua @ 5263:736e7ec8cd2e

age author description
Fri, 21 Dec 2012 20:08:33 +0100 Kim Alvefur mod_http_files: Replace file listing with an event, allowing a different plugin to generate it
Fri, 21 Dec 2012 17:54:43 +0100 Kim Alvefur mod_http_files: Export function can be used by other modules to serve files. Don't serve files by default unless http_files_dir is set
Fri, 21 Dec 2012 17:22:19 +0100 Kim Alvefur mod_http_files: Rename config options and variable names
Fri, 21 Dec 2012 16:10:45 +0100 Kim Alvefur mod_http_files: Log the error if we can't open or read a file
Fri, 21 Dec 2012 09:04:02 +0100 Kim Alvefur mod_http_files: Escape paths in redirects
Fri, 21 Dec 2012 08:27:14 +0100 Kim Alvefur mod_http_files: Only match on modification date when if-none-match is not present