aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mod_httpserver.lua
Commit message (Expand)AuthorAgeFilesLines
* mod_httpserver: Serve index.html if a request is made for a directory and it ...Matthew Wild2010-07-131-1/+10
* Merge 0.6->0.7Matthew Wild2010-03-221-2/+2
|\
| * Update copyright headers for 2010Matthew Wild2010-03-221-2/+2
| * mod_httpserver: Rudimentary directory detection, return forbidden instead of ...Matthew Wild2010-01-011-0/+4
| * mod_httpserver: Text files are text/plain, and not plain/text.Waqas Hussain2009-12-101-1/+1
| * mod_httpserver: Removed a log message.Waqas Hussain2009-12-101-1/+0
| * mod_httpserver: Read files in binary mode; fixes issues with serving binary f...Waqas Hussain2009-12-101-1/+1
| * mod_httpserver: Skip returning a Content-Type when not known (application/oct...Waqas Hussain2009-12-101-5/+2
| * mod_httpserver: Return Content-Type header based on file extension.Waqas Hussain2009-12-101-1/+21
* | mod_httpserver: Rudimentary directory detection, return forbidden instead of ...Matthew Wild2010-01-011-0/+4
* | mod_httpserver: Text files are text/plain, and not plain/text.Waqas Hussain2009-12-101-1/+1
* | mod_httpserver: Removed a log message.Waqas Hussain2009-12-101-1/+0
* | mod_httpserver: Read files in binary mode; fixes issues with serving binary f...Waqas Hussain2009-12-101-1/+1
* | mod_httpserver: Skip returning a Content-Type when not known (application/oct...Waqas Hussain2009-12-101-5/+2
* | mod_httpserver: Return Content-Type header based on file extension.Waqas Hussain2009-12-101-1/+21
* | mod_httpserver: Delay setup until after server is started.Waqas Hussain2009-12-101-3/+10
|/
* mod_httpserver: Update to use new httpserver.new_from_config syntaxMatthew Wild2009-10-031-1/+1
* Merge with 0.5Matthew Wild2009-09-241-1/+1
|\
| * mod_httpserver: Configurable filesystem path to serve fromMatthew Wild2009-09-211-1/+1
| * mod_httpserver: Backport from trunk more thorough validation of URLs prior to...Matthew Wild2009-09-111-1/+25
* | mod_httpserver: Set default file handler (you can now request static files as...Matthew Wild2009-08-111-6/+36
|/
* mod_httpserver: Update to use new new_from_config() tooMatthew Wild2009-07-141-1/+1
* mod_httpserver: Use new httpserver helper to initialise portsMatthew Wild2009-07-121-11/+1
* Add copyright header to those files missing oneMatthew Wild2009-07-101-0/+8
* mod_httpserver: Allow configuration of ports and base path, like mod_boshMatthew Wild2009-06-221-1/+12
* mod_httpserver: Add require 'net.httpserver'Matthew Wild2009-01-121-0/+2
* Add initial mod_httpserver for serving static contentMatthew Wild2008-12-221-0/+20