log plugins/mod_httpserver.lua @ 2359:0bed4af40bff

age author description
Thu, 10 Dec 2009 16:34:38 +0500 Waqas Hussain mod_httpserver: Removed a log message.
Thu, 10 Dec 2009 16:27:17 +0500 Waqas Hussain mod_httpserver: Read files in binary mode; fixes issues with serving binary files.
Thu, 10 Dec 2009 16:25:50 +0500 Waqas Hussain mod_httpserver: Skip returning a Content-Type when not known (application/octet-stream is not a correct default).
Thu, 10 Dec 2009 16:22:34 +0500 Waqas Hussain mod_httpserver: Return Content-Type header based on file extension.
Thu, 10 Dec 2009 16:21:33 +0500 Waqas Hussain mod_httpserver: Delay setup until after server is started.
Sat, 03 Oct 2009 00:57:26 +0100 Matthew Wild mod_httpserver: Update to use new httpserver.new_from_config syntax
Thu, 24 Sep 2009 11:16:25 +0100 Matthew Wild Merge with 0.5
Mon, 21 Sep 2009 17:57:28 +0100 Matthew Wild mod_httpserver: Configurable filesystem path to serve from