Book Image

Lighttpd

By : Andre Bogus
Book Image

Lighttpd

By: Andre Bogus

Overview of this book

Table of Contents (20 chapters)
Lighttpd
Credits
About the Author
About the Reviewer
Preface
HTTP Status Codes

mod_secure_download


A way of securing downloads by an application supplied token, which is generated with a timestamp and invalidated after a given time. Refer to Chapter 4 for further information.

Name

Type

Description

secdownload.document-root

secdownload.secret

secdownload.timeout

secdownload.uri-prefix

ABC

ABC

123

ABC

Document-root of the download area

A "secret" which will be hashed into a token together with a timestamp

Seconds until the token is invalidated

The download URL will consist of this prefix, the token and the path to the file to download