Changeset 2247
- Timestamp:
- 10/30/08 17:19:46 (2 months ago)
- Files:
-
- cherokee/trunk/doc/cookbook_optimizations.txt (modified) (1 diff)
- cherokee/trunk/doc/modules_validators_authlist.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
cherokee/trunk/doc/cookbook_optimizations.txt
r2213 r2247 115 115 * *IO Cache*: This setting allows to enable or diasable server-wide 116 116 the content caching. If disabled, the _IO Cache_ settings of the 117 static content handlers will also be di abled, no matter what117 static content handlers will also be disabled, no matter what 118 118 behavior is desired in their specific configuration. This global 119 119 setting is essential if you are trying to debug a cache-related cherokee/trunk/doc/modules_validators_authlist.txt
r2232 r2247 15 15 Parameter , Description 16 16 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 17 __user__ , Required. The location of the user/pass file.18 __password__ , Required. The location of the user/pass file.17 __user__ , Required. Username. 18 __password__ , Required. Password. 19 19 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 20 21 The parameters can be repeated, but must be provided in user-password 22 pairs. 20 23 21 24 Compatibility