Changeset 2247

Show
Ignore:
Timestamp:
10/30/08 17:19:46 (2 months ago)
Author:
taher
Message:

--

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • cherokee/trunk/doc/cookbook_optimizations.txt

    r2213 r2247  
    115115* *IO Cache*: This setting allows to enable or diasable server-wide 
    116116  the content caching. If disabled, the _IO Cache_ settings of the 
    117   static content handlers will also be diabled, no matter what 
     117  static content handlers will also be disabled, no matter what 
    118118  behavior is desired in their specific configuration. This global 
    119119  setting is essential if you are trying to debug a cache-related 
  • cherokee/trunk/doc/modules_validators_authlist.txt

    r2232 r2247  
    1515Parameter        , Description 
    1616~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
    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
    1919~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
     20 
     21The parameters can be repeated, but must be provided in user-password 
     22pairs. 
    2023 
    2124Compatibility