summaryrefslogtreecommitdiff
path: root/doc/lighttpd.conf
diff options
context:
space:
mode:
Diffstat (limited to 'doc/lighttpd.conf')
-rw-r--r--doc/lighttpd.conf14
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/lighttpd.conf b/doc/lighttpd.conf
index d34c7371..5c41bed5 100644
--- a/doc/lighttpd.conf
+++ b/doc/lighttpd.conf
@@ -16,6 +16,8 @@ server.modules = (
# "mod_redirect",
# "mod_alias",
"mod_access",
+# "mod_cml",
+# "mod_trigger_b4_dl",
# "mod_auth",
# "mod_status",
# "mod_setenv",
@@ -265,3 +267,15 @@ url.access-deny = ( "~", ".inc" )
#setenv.add-request-header = ( "TRAV_ENV" => "mysql://user@host/db" )
#setenv.add-response-header = ( "X-Secret-Message" => "42" )
+## 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
+
+## for mod_cml
+## don't forget to add index.cml to server.indexfiles
+# cml.extension = ".cml"
+# cml.memcache-hosts = ( "127.0.0.1:11211" )