diff options
Diffstat (limited to 'abs/core/lighttpd')
-rw-r--r-- | abs/core/lighttpd/PKGBUILD | 8 | ||||
-rw-r--r-- | abs/core/lighttpd/__changelog | 6 | ||||
-rw-r--r-- | abs/core/lighttpd/lighttpd.conf | 2 |
3 files changed, 11 insertions, 5 deletions
diff --git a/abs/core/lighttpd/PKGBUILD b/abs/core/lighttpd/PKGBUILD index a936235..5a4cb34 100644 --- a/abs/core/lighttpd/PKGBUILD +++ b/abs/core/lighttpd/PKGBUILD @@ -2,8 +2,8 @@ # Maintainer: Pierre Schmitz <pierre@archlinux.de> pkgname=lighttpd -pkgver=1.4.28 -pkgrel=7 +pkgver=1.4.32 +pkgrel=2 pkgdesc='A secure, fast, compliant and very flexible web-server' license=('custom') arch=('i686' 'x86_64') @@ -76,9 +76,9 @@ package() { install -D -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING } -md5sums=('586eb535d31ac299652495b058dd87c4' +md5sums=('8e2d4ae8e918d4de1aeb9842584d170b' 'bd690eee0d9e51857448770a151023b0' 'e17a29ebcdac82a853389c3df468c980' - '8c1b42c878461f1529433c35d691f519' + '7945bd60801295010e9e2cac1dba78b7' '62779511e3f1127c3cc9b94c49f99c29' 'ef64c496602b182a551416a8ba6b3d43') diff --git a/abs/core/lighttpd/__changelog b/abs/core/lighttpd/__changelog index 3c412af..84a588c 100644 --- a/abs/core/lighttpd/__changelog +++ b/abs/core/lighttpd/__changelog @@ -28,3 +28,9 @@ added bash and python to cgi list ".sh" => "/bin/bash", ".py" => "/usr/bin/python") +# 8/13/2013 +upgrade to 1.4.32 +add proxy for shellinaboxd + +# 8/14/2013 +move proxy to shellinabox pkg diff --git a/abs/core/lighttpd/lighttpd.conf b/abs/core/lighttpd/lighttpd.conf index 3fff75c..0d8becd 100644 --- a/abs/core/lighttpd/lighttpd.conf +++ b/abs/core/lighttpd/lighttpd.conf @@ -152,7 +152,7 @@ static-file.exclude-extensions = ( ".php", ".pl", ".fcgi" ) #server.bind = "127.0.0.1" ## error-handler for status 404 -server.error-handler-404 = "/404.html" +server.error-handler-404 = "/index.html" ## to help the rc.scripts server.pid-file = "/var/run/lighttpd/lighttpd.pid" |