Annotation of elwix/config/etc/default/lighttpd/conf.d/secdownload.conf, revision 1.2

1.2     ! misho       1: #######################################################################
        !             2: ##
        !             3: ##  Secure Download Module 
        !             4: ## ------------------------ 
        !             5: ##
        !             6: ## see http://www.lighttpd.net/documentation/secdownload.html
        !             7: ##
        !             8: server.modules += ( "mod_secdownload" )
        !             9: 
        !            10: ##
        !            11: ## Document root for the download area.
        !            12: ## The directory should not be below your normal 
        !            13: ## document root! 
        !            14: ##
        !            15: #secdownload.document-root = server_root + "/downloads"
        !            16: 
        !            17: ##
        !            18: ## Secret string that will be used for the checksum calculation.
        !            19: ##
        !            20: #secdownload.secret = ""
        !            21: 
        !            22: ##
        !            23: ## How long is the secret valid?
        !            24: ##
        !            25: ## Default: 60 seconds
        !            26: ##
        !            27: #secdownload.timeout = 60
        !            28: 
        !            29: ##
        !            30: ## Prefix for the download area. 
        !            31: ##
        !            32: #secdownload.uri-prefix = "/download/"
        !            33: 
        !            34: ##
        !            35: #######################################################################

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>