SOURCES: lighttpd-mod_trigger_b4_dl.conf - update from debian

glen glen at pld-linux.org
Mon Jul 17 14:57:49 CEST 2006


Author: glen                         Date: Mon Jul 17 12:57:49 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- update from debian

---- Files affected:
SOURCES:
   lighttpd-mod_trigger_b4_dl.conf (1.2 -> 1.3) 

---- Diffs:

================================================================
Index: SOURCES/lighttpd-mod_trigger_b4_dl.conf
diff -u SOURCES/lighttpd-mod_trigger_b4_dl.conf:1.2 SOURCES/lighttpd-mod_trigger_b4_dl.conf:1.3
--- SOURCES/lighttpd-mod_trigger_b4_dl.conf:1.2	Tue Jul 11 22:17:36 2006
+++ SOURCES/lighttpd-mod_trigger_b4_dl.conf	Mon Jul 17 14:57:44 2006
@@ -1,12 +1,24 @@
+# A module to prevent deep-linking from other sites.
+#
+# Documentation: http://www.lighttpd.net/documentation/trigger-b4-dl.txt
+
 server.modules += (
 	"mod_trigger_b4_dl"
 )
 
-## for mod_trigger_b4_dl
-# trigger-before-download.gdbm-filename = "/home/weigon/testbase/trigger.db"
-# trigger-before-download.memcache-hosts = ( "127.0.0.1:11211" )
-# trigger-before-download.trigger-url = "^/trigger/"
-# trigger-before-download.download-url = "^/download/"
-# trigger-before-download.deny-url = "http://127.0.0.1/index.html"
-# trigger-before-download.trigger-timeout = 10
+## guarded download URL, direct access is denied
+#trigger-before-download.download-url = "^/download/"
+
+## trigger URL to allow downloads from <download-url>
+#trigger-before-download.trigger-url = "^/trigger/"
+
+## if access to a file is denied, the user is redirected to this URL
+#trigger-before-download.deny-url = "/home/services/lighttpd/html/deny.html"
+
+## access to granted for <timeout> seconds after the trigger
+#trigger-before-download.trigger-timeout = 10
 
+## storage of trigger information. If both destinations are provided,
+## the GDBM file takes precedence.
+#trigger-before-download.gdbm-filename = "/home/services/lighttpd/data/trigger.db"
+#trigger-before-download.memcache-hosts = ( "127.0.0.1:11211" )
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/lighttpd-mod_trigger_b4_dl.conf?r1=1.2&r2=1.3&f=u



More information about the pld-cvs-commit mailing list