summaryrefslogtreecommitdiffstats
path: root/abs/core/lighttpd
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2013-08-14 13:55:07 (GMT)
committerBritney Fransen <brfransen@gmail.com>2013-08-14 13:55:07 (GMT)
commitc3cf667476326127e9f71bd7ec7fb4af5eb7def8 (patch)
tree353f5efea4b4c90660370da2b43e521a3d54d01f /abs/core/lighttpd
parent7c242e44e6422be3d4cfffaaaa18cb78634762cb (diff)
downloadlinhes_pkgbuild-c3cf667476326127e9f71bd7ec7fb4af5eb7def8.zip
linhes_pkgbuild-c3cf667476326127e9f71bd7ec7fb4af5eb7def8.tar.gz
linhes_pkgbuild-c3cf667476326127e9f71bd7ec7fb4af5eb7def8.tar.bz2
lighttpd: move proxy for shellinabox from lighttpd.conf to shellinabox pkg
Diffstat (limited to 'abs/core/lighttpd')
-rw-r--r--abs/core/lighttpd/PKGBUILD6
-rw-r--r--abs/core/lighttpd/__changelog3
-rw-r--r--abs/core/lighttpd/lighttpd.conf10
3 files changed, 6 insertions, 13 deletions
diff --git a/abs/core/lighttpd/PKGBUILD b/abs/core/lighttpd/PKGBUILD
index 35f8c04..5a4cb34 100644
--- a/abs/core/lighttpd/PKGBUILD
+++ b/abs/core/lighttpd/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=lighttpd
pkgver=1.4.32
-pkgrel=1
+pkgrel=2
pkgdesc='A secure, fast, compliant and very flexible web-server'
license=('custom')
arch=('i686' 'x86_64')
@@ -19,7 +19,7 @@ backup=(etc/lighttpd/lighttpd.conf etc/logrotate.d/lighttpd etc/lighttpd/auth-in
options=('!libtool' 'emptydirs')
source=("http://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-${pkgver}.tar.bz2" \
'lighttpd.rc.d' 'lighttpd.logrotate.d' 'lighttpd.conf' 'auth-inc.conf' 'ssl-inc.conf')
-install='lighttpd.install'
+#install='lighttpd.install'
build() {
cd ${srcdir}/${pkgname}-${pkgver}
@@ -79,6 +79,6 @@ package() {
md5sums=('8e2d4ae8e918d4de1aeb9842584d170b'
'bd690eee0d9e51857448770a151023b0'
'e17a29ebcdac82a853389c3df468c980'
- 'f5e553759e0731bb54e60b1dac6e0a2a'
+ '7945bd60801295010e9e2cac1dba78b7'
'62779511e3f1127c3cc9b94c49f99c29'
'ef64c496602b182a551416a8ba6b3d43')
diff --git a/abs/core/lighttpd/__changelog b/abs/core/lighttpd/__changelog
index ade9636..84a588c 100644
--- a/abs/core/lighttpd/__changelog
+++ b/abs/core/lighttpd/__changelog
@@ -31,3 +31,6 @@ added bash and python to cgi list
# 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 22180cc..0d8becd 100644
--- a/abs/core/lighttpd/lighttpd.conf
+++ b/abs/core/lighttpd/lighttpd.conf
@@ -216,16 +216,6 @@ server.groupname = "http"
# )
# )
-#proxy for shellinaboxd
-proxy.server = ( "/shell/" =>
- ( "localhost" =>
- (
- "host" => "127.0.0.1",
- "port" => 4200
- )
- )
-)
-
#### fastcgi module
## read fastcgi.txt for more info
## for PHP don't forget to set cgi.fix_pathinfo = 1 in the php.ini