# HG changeset patch # User Christophe Lincoln # Date 1208945967 -7200 # Node ID edd31fe73ba831aef9da53594b817ae862c579a3 # Parent 83af6305cb3373ff0d18df526c01ee37d2934d8d lighttpd: fast-cgi and compress in lighttpd-modules diff -r 83af6305cb33 -r edd31fe73ba8 lighttpd-modules/receipt --- a/lighttpd-modules/receipt Wed Apr 23 08:46:02 2008 +0000 +++ b/lighttpd-modules/receipt Wed Apr 23 12:19:27 2008 +0200 @@ -5,7 +5,7 @@ CATEGORY="network" SHORT_DESC="Complementary modules for LightTPD Web server." MAINTAINER="pankso@slitaz.org" -DEPENDS="lighttpd" +DEPENDS="lighttpd bzip2" WANTED="lighttpd" WEB_SITE="http://www.lighttpd.net/" BASE_MODULES=" @@ -13,8 +13,6 @@ accesslog alias cgi -fastcgi -compress dirlisting indexfile staticfile diff -r 83af6305cb33 -r edd31fe73ba8 lighttpd/receipt --- a/lighttpd/receipt Wed Apr 23 08:46:02 2008 +0000 +++ b/lighttpd/receipt Wed Apr 23 12:19:27 2008 +0200 @@ -6,7 +6,7 @@ SHORT_DESC="Fast and light HTTP Web server." MAINTAINER="pankso@slitaz.org" DEPENDS="pcre" -BUILD_DEPENDS="pcre-dev" +BUILD_DEPENDS="pcre-dev bzip2-dev" SUGGESTED="lighttpd-modules php perl python" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.lighttpd.net/" @@ -16,8 +16,6 @@ accesslog alias cgi -fastcgi -compress dirlisting indexfile staticfile diff -r 83af6305cb33 -r edd31fe73ba8 lighttpd/stuff/etc/lighttpd/lighttpd.conf --- a/lighttpd/stuff/etc/lighttpd/lighttpd.conf Wed Apr 23 08:46:02 2008 +0000 +++ b/lighttpd/stuff/etc/lighttpd/lighttpd.conf Wed Apr 23 12:19:27 2008 +0200 @@ -85,11 +85,9 @@ "mod_accesslog", "mod_alias", "mod_cgi", - "mod_compress", "mod_rewrite", "mod_status", - "mod_userdir", - #"mod_fastcgi", + "mod_userdir" ) # User directory module.