summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2016-03-28 06:47:18 -0400
committerGlenn Strauss <gstrauss@gluelogic.com>2016-04-25 01:02:08 -0400
commit27cbae9ccd5a372927b6808b7edae3d78b1aed47 (patch)
treeed9d7f23059e464dd254204a3acf4370a468c5a6 /doc
parentb473220d69452fe1d5f0d8f61db86b14c1d85168 (diff)
downloadlighttpd-git-27cbae9ccd5a372927b6808b7edae3d78b1aed47.tar.gz
[doc] add server.error-handler
add server.error-handler in doc/config/lighttpd.conf
Diffstat (limited to 'doc')
-rw-r--r--doc/config/lighttpd.conf6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/config/lighttpd.conf b/doc/config/lighttpd.conf
index 79122d7e..28297402 100644
--- a/doc/config/lighttpd.conf
+++ b/doc/config/lighttpd.conf
@@ -365,6 +365,12 @@ $HTTP["url"] =~ "\.pdf$" {
static-file.exclude-extensions = ( ".php", ".pl", ".fcgi", ".scgi" )
##
+## error-handler for all status 400-599
+##
+#server.error-handler = "/error-handler.html"
+#server.error-handler = "/error-handler.php"
+
+##
## error-handler for status 404
##
#server.error-handler-404 = "/error-handler.html"