SOURCES: trac-lighttpd.conf - reset access for any file in browser

glen glen at pld-linux.org
Thu Aug 7 16:15:47 CEST 2008


Author: glen                         Date: Thu Aug  7 14:15:47 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- reset access for any file in browser

---- Files affected:
SOURCES:
   trac-lighttpd.conf (1.5 -> 1.6) 

---- Diffs:

================================================================
Index: SOURCES/trac-lighttpd.conf
diff -u SOURCES/trac-lighttpd.conf:1.5 SOURCES/trac-lighttpd.conf:1.6
--- SOURCES/trac-lighttpd.conf:1.5	Thu May 29 11:43:29 2008
+++ SOURCES/trac-lighttpd.conf	Thu Aug  7 16:15:42 2008
@@ -29,6 +29,11 @@
 	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" {
================================================================

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



More information about the pld-cvs-commit mailing list