| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
|
|
|
| |
wildcard HTTP handlers
|
| |
|
| |
|
|
|
|
| |
host is accessible at (e.g. allows mapping a host to '127.0.0.1')
|
|
|
|
| |
module:provides() instead of module:add_item().
|
| |
|
| |
|
| |
|
|
|
|
| |
module:http_url()
|
|
|
|
| |
a guess at its external URL
|
| |
|
|
|
|
| |
specify where to direct requests for unknown HTTP vhosts
|
| |
|
|
|
|
| |
become optional (defaults to the base path with no trailing '/'
|
| |
|
| |
|
|
|
|
| |
Keys are app/module names, values are base paths.
|
|
|
|
| |
unregistered if mod_http is unloaded
|
| |
|
|
|
|
| |
as a second parameter
|
| |
|
| |
|
| |
|
|
|