From d2ee4ff86df4e9104e7465abf78b5496572a7a49 Mon Sep 17 00:00:00 2001
From: James Meyer <james.meyer@operamail.com>
Date: Sat, 3 Nov 2012 11:18:12 -0500
Subject: lighttpd: enable server side include in the main config

---
 abs/core/lighttpd/PKGBUILD      | 4 ++--
 abs/core/lighttpd/lighttpd.conf | 4 +++-
 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
 #
-- 
cgit v0.12