LoadModule auth_token_module modules/mod_auth_token.so # The token is an hex-encoded MD5 hash of the secret password, relative file # path and the timestamp. It is encoded onto the URI as: # / #AuthTokenSecret "secret" #AuthTokenPrefix /protected/ #AuthTokenTimeout 60 #AuthTokenLimitByIp off # # Example: # /protected/dee0ed6174a894113d5e8f6c98f0e92b/43eaf9c5/path/to/file.txt # maps to # /protected/path/to/file.txt # vim: ts=4 filetype=apache