SOURCES: trac-lighttpd.conf - clear access deny list for all trac urls

glen glen at pld-linux.org
Thu Oct 9 13:14:15 CEST 2008


Author: glen                         Date: Thu Oct  9 11:14:15 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- clear access deny list for all trac urls

---- Files affected:
SOURCES:
   trac-lighttpd.conf (1.7 -> 1.8) 

---- Diffs:

================================================================
Index: SOURCES/trac-lighttpd.conf
diff -u SOURCES/trac-lighttpd.conf:1.7 SOURCES/trac-lighttpd.conf:1.8
--- SOURCES/trac-lighttpd.conf:1.7	Wed Oct  8 17:35:35 2008
+++ SOURCES/trac-lighttpd.conf	Thu Oct  9 13:14:09 2008
@@ -29,15 +29,13 @@
 	auth.backend.ldap.filter   = "(uid=$)"
 }
 
-$HTTP["url"] =~ "^/trac/([^/]+/)?browser/" {
-	# clear access block list in browser
-	url.access-deny = ()
-}
-
 $HTTP["url"] =~ "^/trac/([^/]+/)?chrome/" {
 	# no fastcgi
 
 } else $HTTP["url"] =~ "^/trac" {
+	# clear access block list, as everything is passed to FCGI app
+	url.access-deny = ()
+
 	fastcgi.server = (
 		"/trac" => (
 			(
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/trac-lighttpd.conf?r1=1.7&r2=1.8&f=u



More information about the pld-cvs-commit mailing list