Changeset 1823
- Timestamp:
- 08/14/08 17:03:22 (3 months ago)
- Files:
-
- cherokee/trunk/doc/cookbook_authentication.txt (modified) (2 diffs)
- cherokee/trunk/doc/index.txt (modified) (3 diffs)
- cherokee/trunk/doc/modules_handlers_server_info.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
cherokee/trunk/doc/cookbook_authentication.txt
r1820 r1823 95 95 $ cat /var/www/.htpasswd 96 96 testuser:iqLGh2g/7bX7M 97 ---- -97 ---- 98 98 99 99 Remember that it is never recommended to place the file with the … … 106 106 107 107 === MySQL 108 109 108 To be written 110 109 Details for mysql and ldap, with screenshots. cherokee/trunk/doc/index.txt
r1816 r1823 58 58 ********************************* 59 59 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.65 60 . link:modules_handlers.html[Handlers]: Connection handling modules. 66 61 - link:modules_handlers_file.html[Static Content]: Send files.. … … 74 69 - link:modules_handlers_mirror.html[Generic balancer]: Load balancing module. 75 70 - 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.80 71 . link:modules_validators.html[Validators]: Authentication mechanisms. 81 72 - link:modules_validators_plain.html[Plain]: Plain file mechanism. … … 85 76 - link:modules_validators_mysql.html[MySQL]: Database mechanism. 86 77 - 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. 88 87 89 88 ********************************* cherokee/trunk/doc/modules_handlers_server_info.txt
r1816 r1823 8 8 will be refreshed every 30 seconds. 9 9 10 11 10 [grid="rows"] 12 11 `~~~~~~~~~~~~~~~~~~~`~~~~~~~~~`~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 13 12 Parameters , Type , Description 14 13 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 15 just_about , boolean , Limit information to release and License. 16 connection_details , boolean , Show connection details 14 type , String , just_about | normal | connection_details 17 15 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 18 16 19 Enabling the `just_about` option will limit the displayed information 20 to the following: 17 The type parameter specifies influences the verbosity of the output. 18 19 If set to `just_about`, it will display: 21 20 22 21 * Release number of Cherokee. 23 22 * Brief license notice. 24 23 25 If it is disabled, some extra information will be provided regarding:24 If set to `normal`, some extra information will be provided regarding: 26 25 27 26 * General Information … … 31 30 * Icons 32 31 33 Enabling the `connection_details` flag willprovide more detailed32 If set to `connection_details` it will also provide more detailed 34 33 information about the existing connections: 35 34