summaryrefslogtreecommitdiffstats
path: root/abs/core/supplemental-web/lighttpd-supplement.conf
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2013-01-15 18:02:19 (GMT)
committerJames Meyer <james.meyer@operamail.com>2013-01-15 18:02:19 (GMT)
commit38d2158355d4ebddf3bcf10a488fdf85c4f57d90 (patch)
treee288dcaa6ce1d875eb413f2c6c8856ea5559de08 /abs/core/supplemental-web/lighttpd-supplement.conf
parent2a67b29320c4c371098f519fe36bc8babb59aa29 (diff)
downloadlinhes_pkgbuild-38d2158355d4ebddf3bcf10a488fdf85c4f57d90.zip
linhes_pkgbuild-38d2158355d4ebddf3bcf10a488fdf85c4f57d90.tar.gz
linhes_pkgbuild-38d2158355d4ebddf3bcf10a488fdf85c4f57d90.tar.bz2
mythexpress, remyth: add error page for when the software isn't installed. After install the webpage for each application will redirect the browser to the correct network address.
Diffstat (limited to 'abs/core/supplemental-web/lighttpd-supplement.conf')
-rw-r--r--abs/core/supplemental-web/lighttpd-supplement.conf8
1 files changed, 8 insertions, 0 deletions
diff --git a/abs/core/supplemental-web/lighttpd-supplement.conf b/abs/core/supplemental-web/lighttpd-supplement.conf
index 9d718bb..a86cfc6 100644
--- a/abs/core/supplemental-web/lighttpd-supplement.conf
+++ b/abs/core/supplemental-web/lighttpd-supplement.conf
@@ -21,6 +21,14 @@ $HTTP["url"] =~ "(call_log)" {
server.error-handler-404 = "/error/call_log.html"
}
+$HTTP["url"] =~ "(mythexpress)" {
+ server.error-handler-404 = "/error/mythexpress.html"
+}
+
+$HTTP["url"] =~ "(remyth)" {
+ server.error-handler-404 = "/error/remyth.html"
+}
+
$HTTP["url"] =~ "(zm)" {
server.error-handler-404 = "/error/zoneminder.html"