diff options
author | Britney Fransen <brfransen@gmail.com> | 2016-04-20 17:32:57 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2016-04-20 17:32:57 (GMT) |
commit | 736c95bac183a05ddd845db10bacddb9d070db10 (patch) | |
tree | a995041c8849109f28db3b5c86cfb135751f38bb /abs/core/supplemental-web/lighttpd-supplement.conf | |
parent | c0c9265354144215702ab70615c1585a63bada7b (diff) | |
download | linhes_pkgbuild-736c95bac183a05ddd845db10bacddb9d070db10.zip linhes_pkgbuild-736c95bac183a05ddd845db10bacddb9d070db10.tar.gz linhes_pkgbuild-736c95bac183a05ddd845db10bacddb9d070db10.tar.bz2 |
supplemental-web: move include to own file
Diffstat (limited to 'abs/core/supplemental-web/lighttpd-supplement.conf')
-rw-r--r-- | abs/core/supplemental-web/lighttpd-supplement.conf | 67 |
1 files changed, 0 insertions, 67 deletions
diff --git a/abs/core/supplemental-web/lighttpd-supplement.conf b/abs/core/supplemental-web/lighttpd-supplement.conf deleted file mode 100644 index a86cfc6..0000000 --- a/abs/core/supplemental-web/lighttpd-supplement.conf +++ /dev/null @@ -1,67 +0,0 @@ -#server.errorlog-use-syslog = "enable" -#$HTTP["url"] !~ "\.(jpe?g|png|gif|css)" { accesslog.use-syslog = "enable" } - -$HTTP["url"] =~ "(mythweb)" { -server.error-handler-404 = "/error/mythweb.html" -} - -$HTTP["url"] =~ "(phpMyAdmin)" { -server.error-handler-404 = "/error/phpadmin.html" -} - -$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" -} - -$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" - } - -## error-handler for status 404 -#server.error-handler-404 = "/error-handler.html" -server.errorfile-prefix = "/data/srv/httpd/htdocs/error/status-" - -alias.url += ( "/logs/" => "/var/log/" ) -$HTTP["url"] =~ "^/logs($|/)" { - dir-listing.activate= "enable" - dir-listing.hide-dotfiles = "enable" - dir-listing.external-css = "/frame.css" -} - - - -#cgi.assign = ( ".pl" => "/usr/bin/perl", -# ".sh" => "/bin/bash" , -# ".py" => "/usr/bin/python" , -# ".cgi" => "/bin/bash" ) - - -$SERVER["socket"] == ":1337" { - server.document-root = "/data/srv/httpd/cgi/" - alias.url = ( "/templates/" => "/home/mythtv/templates/" ) - -} - - -#### status module -status.status-url = "/server-status" -status.config-url = "/server-config" - -#ssi.extension = ( ".shtml" ) |