summaryrefslogtreecommitdiffstats
path: root/abs/core/lighttpd
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2012-11-03 16:18:12 (GMT)
committerJames Meyer <james.meyer@operamail.com>2012-11-03 16:18:12 (GMT)
commitd2ee4ff86df4e9104e7465abf78b5496572a7a49 (patch)
tree46f9cfe685da0706b9bf22e3f1c91e6a29c3be34 /abs/core/lighttpd
parentbd4a7fa502dc46031fcbdef83b8a20bb0d7d464d (diff)
downloadlinhes_pkgbuild-d2ee4ff86df4e9104e7465abf78b5496572a7a49.zip
linhes_pkgbuild-d2ee4ff86df4e9104e7465abf78b5496572a7a49.tar.gz
linhes_pkgbuild-d2ee4ff86df4e9104e7465abf78b5496572a7a49.tar.bz2
lighttpd: enable server side include in the main config
Diffstat (limited to 'abs/core/lighttpd')
-rw-r--r--abs/core/lighttpd/PKGBUILD4
-rw-r--r--abs/core/lighttpd/lighttpd.conf4
2 files changed, 5 insertions, 3 deletions
diff --git a/abs/core/lighttpd/PKGBUILD b/abs/core/lighttpd/PKGBUILD
index 2759138..48c93b0 100644
--- a/abs/core/lighttpd/PKGBUILD
+++ b/abs/core/lighttpd/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=lighttpd
pkgver=1.4.28
-pkgrel=5
+pkgrel=6
pkgdesc='A secure, fast, compliant and very flexible web-server'
license=('custom')
arch=('i686' 'x86_64')
@@ -78,5 +78,5 @@ package() {
md5sums=('586eb535d31ac299652495b058dd87c4'
'bd690eee0d9e51857448770a151023b0'
'e17a29ebcdac82a853389c3df468c980'
- 'a690eb8cf0f579cba0b0440ef0f4f6ec'
+ '8c1b42c878461f1529433c35d691f519'
'c6e361131000ceec085f40b310ef4a2c')
diff --git a/abs/core/lighttpd/lighttpd.conf b/abs/core/lighttpd/lighttpd.conf
index 99e493c..3fff75c 100644
--- a/abs/core/lighttpd/lighttpd.conf
+++ b/abs/core/lighttpd/lighttpd.conf
@@ -133,8 +133,10 @@ mimetype.assign = (
url.access-deny = ( "~", ".inc" )
$HTTP["url"] =~ "\.pdf$" {
-server.range-requests = "disable"
+ server.range-requests = "disable"
}
+ssi.extension = ( ".shtml" )
+
##
# which extensions should not be handle via static-file transfer
#