summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/lighttpd
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2010-03-31 02:28:45 (GMT)
committerJames Meyer <james.meyer@operamail.com>2010-03-31 02:28:45 (GMT)
commit8df17b59ad2a4f92633c25406d495586a1c4ec06 (patch)
treed555a8d6ffa3efbd92dfe00714d244a46d8123b8 /abs/core-testing/lighttpd
parent0fc0baa06eea5e1f3c3ce380dd46886f2331b514 (diff)
downloadlinhes_pkgbuild-8df17b59ad2a4f92633c25406d495586a1c4ec06.zip
linhes_pkgbuild-8df17b59ad2a4f92633c25406d495586a1c4ec06.tar.gz
linhes_pkgbuild-8df17b59ad2a4f92633c25406d495586a1c4ec06.tar.bz2
lighttpd: added default 404 page
Diffstat (limited to 'abs/core-testing/lighttpd')
-rw-r--r--abs/core-testing/lighttpd/PKGBUILD8
-rw-r--r--abs/core-testing/lighttpd/__changelog2
-rw-r--r--abs/core-testing/lighttpd/lighttpd.conf2
3 files changed, 9 insertions, 3 deletions
diff --git a/abs/core-testing/lighttpd/PKGBUILD b/abs/core-testing/lighttpd/PKGBUILD
index bbb0a39..eea4367 100644
--- a/abs/core-testing/lighttpd/PKGBUILD
+++ b/abs/core-testing/lighttpd/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=lighttpd
pkgver=1.4.26
-pkgrel=9
+pkgrel=11
pkgdesc='a secure, fast, compliant and very flexible web-server'
license=('custom')
arch=('i686' 'x86_64')
@@ -75,3 +75,9 @@ md5sums=('a682c8efce47a2f4263a247ba0813c9b'
'07b8459b54fb2e70280064c2a275b176'
'c6e361131000ceec085f40b310ef4a2c'
'84c884b8dadd724afe2bc6529e9d4485')
+md5sums=('a682c8efce47a2f4263a247ba0813c9b'
+ 'bd690eee0d9e51857448770a151023b0'
+ '857e174643fd7761a2f0d8431a679f6c'
+ '11fbec7ff7ca1b0d5575445681e8f60e'
+ 'c6e361131000ceec085f40b310ef4a2c'
+ '84c884b8dadd724afe2bc6529e9d4485')
diff --git a/abs/core-testing/lighttpd/__changelog b/abs/core-testing/lighttpd/__changelog
index 63bc373..5c0a14f 100644
--- a/abs/core-testing/lighttpd/__changelog
+++ b/abs/core-testing/lighttpd/__changelog
@@ -6,4 +6,4 @@ upgraded to 1.4.26 to address http://linhes.org/flyspray/index.php?do=details&ta
Added -e 's|"^/mythweb|"^/{1,2}mythweb|' \ to the sed command to work around lighttpd no longer honoring // in a url and/or to work around mythweb producing url's with a // for streaming and downloading.
changed lightttpd.conf to user perl for .cgi (needed for monx)_
-
+added 404 page
diff --git a/abs/core-testing/lighttpd/lighttpd.conf b/abs/core-testing/lighttpd/lighttpd.conf
index af7d134..f437484 100644
--- a/abs/core-testing/lighttpd/lighttpd.conf
+++ b/abs/core-testing/lighttpd/lighttpd.conf
@@ -145,7 +145,7 @@ static-file.exclude-extensions = ( ".php", ".pl", ".fcgi" )
#server.bind = "127.0.0.1"
## error-handler for status 404
-#server.error-handler-404 = "/error-handler.html"
+server.error-handler-404 = "/404.html"
#server.error-handler-404 = "/error-handler.php"
## to help the rc.scripts