summaryrefslogtreecommitdiffstats
path: root/abs/core/supplemental-web/lighttpd-supplement.conf
diff options
context:
space:
mode:
Diffstat (limited to 'abs/core/supplemental-web/lighttpd-supplement.conf')
-rw-r--r--abs/core/supplemental-web/lighttpd-supplement.conf7
1 files changed, 7 insertions, 0 deletions
diff --git a/abs/core/supplemental-web/lighttpd-supplement.conf b/abs/core/supplemental-web/lighttpd-supplement.conf
index 7b214bb..24e1b4a 100644
--- a/abs/core/supplemental-web/lighttpd-supplement.conf
+++ b/abs/core/supplemental-web/lighttpd-supplement.conf
@@ -13,6 +13,13 @@ $HTTP["url"] =~ "(xymon)" {
server.error-handler-404 = "/error/hobbit.html"
}
+$HTTP["url"] =~ "(mythexport)" {
+server.error-handler-404 = "/error/mythexport.html"
+}
+
+$HTTP["url"] =~ "(call_log)" {
+server.error-handler-404 = "/error/call_log.html"
+}
## error-handler for status 404
#server.error-handler-404 = "/error-handler.html"
server.errorfile-prefix = "/data/srv/httpd/htdocs/error/status-"