# HG changeset patch # User Christophe Lincoln # Date 1208818073 -7200 # Node ID c28da3ca44d2d664fdff82ccbae3ffa8c7c269c0 # Parent 6ef6f82c735af91ce133939c85b450ccb4a31248 Up: lighttpd (1.4.19) diff -r 6ef6f82c735a -r c28da3ca44d2 lighttpd-modules/receipt --- a/lighttpd-modules/receipt Tue Apr 22 00:20:09 2008 +0200 +++ b/lighttpd-modules/receipt Tue Apr 22 00:47:53 2008 +0200 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="lighttpd-modules" -VERSION="1.4.18" +VERSION="1.4.19" CATEGORY="network" SHORT_DESC="Complementary modules for LightTPD Web server." MAINTAINER="pankso@slitaz.org" diff -r 6ef6f82c735a -r c28da3ca44d2 lighttpd/receipt --- a/lighttpd/receipt Tue Apr 22 00:20:09 2008 +0200 +++ b/lighttpd/receipt Tue Apr 22 00:47:53 2008 +0200 @@ -1,12 +1,13 @@ # SliTaz package receipt. PACKAGE="lighttpd" -VERSION="1.4.18" +VERSION="1.4.19" CATEGORY="network" SHORT_DESC="Fast and light HTTP Web server." MAINTAINER="pankso@slitaz.org" -DEPENDS="php" +DEPENDS="pcre" BUILD_DEPENDS="pcre-dev" +SUGGESTED="lighttpd-modules php perl python" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.lighttpd.net/" WGET_URL="http://www.lighttpd.net/download/$TARBALL" @@ -28,9 +29,13 @@ compile_rules() { cd $src - ./configure -enable-shared --disable-ipv6 --prefix=/usr \ - --libdir=/usr/lib/lighttpd --mandir=/usr/share/man \ - $CONFIGURE_ARGS + ./configure \ + --enable-shared \ + --disable-ipv6 \ + --prefix=/usr \ + --libdir=/usr/lib/lighttpd \ + --mandir=/usr/share/man \ + $CONFIGURE_ARGS make make DESTDIR=$PWD/_pkg install } diff -r 6ef6f82c735a -r c28da3ca44d2 lighttpd/stuff/etc/lighttpd/lighttpd.conf --- a/lighttpd/stuff/etc/lighttpd/lighttpd.conf Tue Apr 22 00:20:09 2008 +0200 +++ b/lighttpd/stuff/etc/lighttpd/lighttpd.conf Tue Apr 22 00:47:53 2008 +0200 @@ -23,7 +23,7 @@ # Server header. # Be nice and keep it at lighttpd and SliTaz GNU/Linux. # -server.tag = "lighttpd/1.4.18 (SliTaz GNU/Linux)" +server.tag = "lighttpd (SliTaz GNU/Linux)" # Directory listings. # @@ -89,7 +89,7 @@ "mod_rewrite", "mod_status", "mod_userdir", - "mod_fastcgi", + #"mod_fastcgi", ) # User directory module. @@ -111,16 +111,17 @@ # $HTTP["url"] =~ "/cgi-bin/" { cgi.assign = ( - ".sh" => "/bin/sh" + ".sh" => "/bin/sh", + ".cgi" => "/bin/sh" ) } # Fast CGI modules for PHP. # -fastcgi.server = ( ".php" => (( - "bin-path" => "/usr/bin/php-cgi", - "socket" => "/tmp/php.socket" - ))) +#fastcgi.server = ( ".php" => (( + #"bin-path" => "/usr/bin/php-cgi", + #"socket" => "/tmp/php.socket" + #))) # Alias urls for localhost (doc, examples and PHP info). #