Is there any way to use modsecdowload for multiple vhosts?
Added by javierh almost 14 years ago
I have read all the documentation on this site in relation to mod_secdownload with no luck on finding out how to accomplish configuring mod_secdownload for multiple vhosts. Below is a snippet of the configuration I currently have in place.
- mod secdownload settings
secdownload.secret = "******"
secdownload.document-root = "/media/vids"
secdownload.uri-prefix = "/secmedia/"
secdownload.timeout = 30
I am looking for a way to have multiple doc roots. Is this possible? Thanks in advance for any help any one an provide.
Replies (1)
RE: Is there any way to use modsecdowload for multiple vhosts? - Added by javierh almost 14 years ago
I think I figured out how to do this and if I am not mistaken the mod_secdownload configuration can be initiated based on each vhosts. See link below.
http://www.cyberciti.biz/tips/howto-lighttpd-web-server-setting-up-virtual-hosting.html