[pkg-lighttpd] r337 - in lighttpd/trunk/debian: . conf-available
madcoder at alioth.debian.org
madcoder at alioth.debian.org
Sat Sep 27 09:57:22 UTC 2008
Author: madcoder
Date: 2008-09-27 09:57:20 +0000 (Sat, 27 Sep 2008)
New Revision: 337
Modified:
lighttpd/trunk/debian/changelog
lighttpd/trunk/debian/conf-available/10-cgi.conf
Log:
Closes #499334
Modified: lighttpd/trunk/debian/changelog
===================================================================
--- lighttpd/trunk/debian/changelog 2008-05-12 15:42:33 UTC (rev 336)
+++ lighttpd/trunk/debian/changelog 2008-09-27 09:57:20 UTC (rev 337)
@@ -1,3 +1,9 @@
+lighttpd (1.4.19-5) UNRELEASED; urgency=low
+
+ * Remove the alias.url stanza from 10-cgi.conf (Closes: #499334).
+
+ -- Pierre Habouzit <madcoder at debian.org> Sat, 27 Sep 2008 11:56:34 +0200
+
lighttpd (1.4.19-4) unstable; urgency=high
* Make debian/use-ipv6.pl executable in debian/rules, thanks to Marco d'Itri
Modified: lighttpd/trunk/debian/conf-available/10-cgi.conf
===================================================================
--- lighttpd/trunk/debian/conf-available/10-cgi.conf 2008-05-12 15:42:33 UTC (rev 336)
+++ lighttpd/trunk/debian/conf-available/10-cgi.conf 2008-09-27 09:57:20 UTC (rev 337)
@@ -6,8 +6,6 @@
server.modules += ( "mod_cgi" )
-alias.url += ( "/cgi-bin/" => "/usr/lib/cgi-bin/" )
-
$HTTP["remoteip"] =~ "127.0.0.1" {
alias.url += ( "/cgi-bin/" => "/usr/lib/cgi-bin/" )
$HTTP["url"] =~ "^/cgi-bin/" {
More information about the pkg-lighttpd-maintainers
mailing list