Changeset 1823

Show
Ignore:
Timestamp:
08/14/08 17:03:22 (3 months ago)
Author:
taher
Message:

--

Files:

Legend:

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

    r1820 r1823  
    9595$ cat /var/www/.htpasswd 
    9696testuser:iqLGh2g/7bX7M 
    97 ----- 
     97---- 
    9898 
    9999Remember that it is never recommended to place the file with the 
     
    106106 
    107107=== MySQL 
    108  
    109108To be written 
    110109Details for mysql and ldap, with screenshots. 
  • cherokee/trunk/doc/index.txt

    r1816 r1823  
    5858********************************* 
    5959 
    60   . link:modules_balancers.html[Balancers]: Load balancing strategies. 
    61     - link:modules_balancers_round_robin.html[Round robin]: Round Robin strategy. 
    62   . link:modules_encoders.html[Encoders]: Compression and filters. 
    63     - link:modules_encoders_gzip.html[gzip]: `gzip` compression. 
    64     - link:modules_encoders_deflate.html[deflate]: `deflate` compression. 
    6560  . link:modules_handlers.html[Handlers]: Connection handling modules. 
    6661    - link:modules_handlers_file.html[Static Content]: Send files.. 
     
    7469    - link:modules_handlers_mirror.html[Generic balancer]: Load balancing module. 
    7570    - link:modules_handlers_admin.html[Remote Administration]: Cherokee administration handler. 
    76   . link:modules_loggers.html[Loggers]: Logging mechanisms. 
    77     - link:modules_loggers_combined.html[Combined]: Combined Log Format. 
    78     - link:modules_loggers_ncsa.html[Common (NCSA)]: Common Log Format. 
    79     - link:modules_loggers_w3c.html[w3c]: W3C Log Format. 
    8071  . link:modules_validators.html[Validators]: Authentication mechanisms. 
    8172    - link:modules_validators_plain.html[Plain]: Plain file mechanism. 
     
    8576    - link:modules_validators_mysql.html[MySQL]: Database mechanism. 
    8677    - link:modules_validators_pam.html[PAM]: Pluggable Authentication Module mechanism. 
    87  
     78  . link:modules_encoders.html[Encoders]: Compression and filters. 
     79    - link:modules_encoders_gzip.html[gzip]: `gzip` compression. 
     80    - link:modules_encoders_deflate.html[deflate]: `deflate` compression. 
     81  . link:modules_loggers.html[Loggers]: Logging mechanisms. 
     82    - link:modules_loggers_combined.html[Combined]: Combined Log Format. 
     83    - link:modules_loggers_ncsa.html[Common (NCSA)]: Common Log Format. 
     84    - link:modules_loggers_w3c.html[w3c]: W3C Log Format. 
     85  . link:modules_balancers.html[Balancers]: Load balancing strategies. 
     86    - link:modules_balancers_round_robin.html[Round robin]: Round Robin strategy. 
    8887 
    8988********************************* 
  • cherokee/trunk/doc/modules_handlers_server_info.txt

    r1816 r1823  
    88will be refreshed every 30 seconds. 
    99 
    10  
    1110[grid="rows"] 
    1211`~~~~~~~~~~~~~~~~~~~`~~~~~~~~~`~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
    1312Parameters          , Type    , Description 
    1413~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
    15 just_about          , boolean , Limit information to release and License. 
    16 connection_details  , boolean , Show connection details 
     14type                , String , just_about | normal | connection_details 
    1715~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
    1816 
    19 Enabling the `just_about` option will limit the displayed information 
    20 to the following: 
     17The type parameter specifies influences the verbosity of the output. 
     18 
     19If set to `just_about`, it will display: 
    2120 
    2221* Release number of Cherokee. 
    2322* Brief license notice. 
    2423 
    25 If it is disabled, some extra information will be provided regarding: 
     24If set to `normal`, some extra information will be provided regarding: 
    2625 
    2726* General Information 
     
    3130* Icons 
    3231 
    33 Enabling the `connection_details` flag will provide more detailed 
     32If set to `connection_details` it will also provide more detailed 
    3433information about the existing connections: 
    3534