aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mod_http_errors.lua
Commit message (Collapse)AuthorAgeFilesLines
* mod_http_errors: Add a newline after end of HTMLKim Alvefur2016-07-121-1/+2
|
* Remove all trailing whitespaceFlorian Zeitz2013-08-091-1/+1
|
* mod_motd, mod_register, mod_private, mod_http_errors, mod_admin_adhoc: ↵Kim Alvefur2013-03-231-1/+0
| | | | Remove unused imports
* mod_http_errors: Fix cyclic dependency - mod_http depends on us now, no need ↵Matthew Wild2012-05-111-1/+0
| | | | to depend on it (-1 line) (thanks Maranda)
* mod_http_errors: Add two new config options, http_errors_always_show (show ↵Matthew Wild2012-04-271-2/+4
| | | | even for unknown errors) and http_errors_default_message (message for unknown errors)
* mod_http_errors: Module to handle HTTP errors with a HTML pageMatthew Wild2012-04-261-0/+75