aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mod_httpserver.lua
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵Matthew Wild2009-09-111-1/+25
| | | | | | | | to processing
* | mod_httpserver: Set default file handler (you can now request static files ↵Matthew Wild2009-08-111-6/+36
|/ | | | as /*) and restructure code a bit
* 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