Actions
Bug #235
closedmod_secdownload in conditional still requires secdownload parameters to be set for global config
Status:
Fixed
Priority:
Normal
Category:
mod_secdownload
Target version:
-
ASK QUESTIONS IN Forums:
Description
When mod_secdownload is used only in a coditional it breaks the main server that is running on lighttpd.
$HTTP["host"] == "download.domain.com" { server.document-root = "/usr/local/www/download.domain.com" secdownload.secret = "super-very-shared-secret" secdownload.document-root = "/usr/local/www/downloadlocation/" secdownload.uri-prefix = "/download/" secdownload.timeout = 10800 }
The browser is not able to connect to the server unless the following paramters are set
secdownload.secret
secdownload.document-root
secdownload.uri-prefix
This is tested with 1.3.16.
-- mischa
Updated by jan over 19 years ago
- Status changed from New to Fixed
- Resolution set to fixed
fixed in r641 (will be in 1.4.2)
Actions
Also available in: Atom