mod_secdownload in lighttpd support subdirectories for secure stream?
Posted
by
zomail
on Server Fault
See other posts from Server Fault
or by zomail
Published on 2012-06-23T11:44:51Z
Indexed on
2012/06/23
15:17 UTC
Read the original article
Hit count: 163
i want to know that lighttpd supports secure stream for subdirectories ? I want to secure my subdirectories within a directory but looks like its not working on subdirectories . I want to secure my subdirectories within download-area directory given below
secdownload.secret = "MySecretSecurePassword" secdownload.document-root = "/home/lighttpd/download-area/" secdownload.uri-prefix = "/dl/" secdownload.timeout = 3600
© Server Fault or respective owner