wok-current rev 667
lighttpd: fast-cgi and compress in lighttpd-modules
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Wed Apr 23 12:19:27 2008 +0200 (2008-04-23) |
parents | 83af6305cb33 |
children | cd0739d69fdf |
files | lighttpd-modules/receipt lighttpd/receipt lighttpd/stuff/etc/lighttpd/lighttpd.conf |
line diff
1.1 --- a/lighttpd-modules/receipt Wed Apr 23 08:46:02 2008 +0000 1.2 +++ b/lighttpd-modules/receipt Wed Apr 23 12:19:27 2008 +0200 1.3 @@ -5,7 +5,7 @@ 1.4 CATEGORY="network" 1.5 SHORT_DESC="Complementary modules for LightTPD Web server." 1.6 MAINTAINER="pankso@slitaz.org" 1.7 -DEPENDS="lighttpd" 1.8 +DEPENDS="lighttpd bzip2" 1.9 WANTED="lighttpd" 1.10 WEB_SITE="http://www.lighttpd.net/" 1.11 BASE_MODULES=" 1.12 @@ -13,8 +13,6 @@ 1.13 accesslog 1.14 alias 1.15 cgi 1.16 -fastcgi 1.17 -compress 1.18 dirlisting 1.19 indexfile 1.20 staticfile
2.1 --- a/lighttpd/receipt Wed Apr 23 08:46:02 2008 +0000 2.2 +++ b/lighttpd/receipt Wed Apr 23 12:19:27 2008 +0200 2.3 @@ -6,7 +6,7 @@ 2.4 SHORT_DESC="Fast and light HTTP Web server." 2.5 MAINTAINER="pankso@slitaz.org" 2.6 DEPENDS="pcre" 2.7 -BUILD_DEPENDS="pcre-dev" 2.8 +BUILD_DEPENDS="pcre-dev bzip2-dev" 2.9 SUGGESTED="lighttpd-modules php perl python" 2.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 2.11 WEB_SITE="http://www.lighttpd.net/" 2.12 @@ -16,8 +16,6 @@ 2.13 accesslog 2.14 alias 2.15 cgi 2.16 -fastcgi 2.17 -compress 2.18 dirlisting 2.19 indexfile 2.20 staticfile
3.1 --- a/lighttpd/stuff/etc/lighttpd/lighttpd.conf Wed Apr 23 08:46:02 2008 +0000 3.2 +++ b/lighttpd/stuff/etc/lighttpd/lighttpd.conf Wed Apr 23 12:19:27 2008 +0200 3.3 @@ -85,11 +85,9 @@ 3.4 "mod_accesslog", 3.5 "mod_alias", 3.6 "mod_cgi", 3.7 - "mod_compress", 3.8 "mod_rewrite", 3.9 "mod_status", 3.10 - "mod_userdir", 3.11 - #"mod_fastcgi", 3.12 + "mod_userdir" 3.13 ) 3.14 3.15 # User directory module.