Changeset 2466 for cherokee/trunk/doc/cookbook_authentication.txt
- Timestamp:
- 11/25/08 10:57:51 (1 month ago)
- Files:
-
- cherokee/trunk/doc/cookbook_authentication.txt (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
cherokee/trunk/doc/cookbook_authentication.txt
r2314 r2466 41 41 to create the passwords' file. 42 42 43 43 [[htdigest]] 44 44 === htdigest 45 45 … … 69 69 ----- 70 70 71 [[htpasswd]] 71 72 === htpasswd 72 73 … … 104 105 105 106 107 [[mysql]] 106 108 === MySQL 107 109 … … 159 161 160 162 163 [[example]] 161 164 Another usage example 162 165 ~~~~~~~~~~~~~~~~~~~~~