Changeset 2397
- Timestamp:
- 11/14/08 11:40:32 (2 months ago)
- Files:
-
- cherokee/trunk/doc/basics_why_cherokee.txt (modified) (1 diff)
- cherokee/trunk/doc/bundle_cherokee-admin.txt (modified) (1 diff)
- cherokee/trunk/doc/config_general.txt (modified) (1 diff)
- cherokee/trunk/doc/config_quickstart.txt (modified) (1 diff)
- cherokee/trunk/doc/cookbook_optimizations.txt (modified) (1 diff)
- cherokee/trunk/doc/dev_cherokee.conf.txt (modified) (1 diff)
- cherokee/trunk/doc/dev_debug.txt (modified) (1 diff)
- cherokee/trunk/doc/index.txt (modified) (8 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
cherokee/trunk/doc/basics_why_cherokee.txt
r2213 r2397 4 4 ------------- 5 5 6 Welcome to the Cherokee 0.1 0documentation. Cherokee is6 Welcome to the Cherokee 0.11 documentation. Cherokee is 7 7 high-performance web server. It is very fast, flexible and easy to 8 8 configure. It offers support for the widespread technologies nowadays: cherokee/trunk/doc/bundle_cherokee-admin.txt
r2217 r2397 29 29 One-time Password: 72O3GRxZfTrE2zHx 30 30 31 Cherokee Web Server 0.1 0.0 (Oct 272008): Listening on port 9090, TLS disabled,31 Cherokee Web Server 0.11.0 (Nov 13 2008): Listening on port 9090, TLS disabled, 32 32 IPv6 disabled, using epoll, 1024 fds system limit, max. 505 connections, 33 33 single thread cherokee/trunk/doc/config_general.txt
r2213 r2397 53 53 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 54 54 Product , Cherokee 55 Minor , Cherokee/0.1 056 Minimal , Cherokee/0.1 0.057 OS , Cherokee/0.1 0.0 (UNIX)58 Full , Cherokee/0.1 0.0 b2211 (UNIX)55 Minor , Cherokee/0.11 56 Minimal , Cherokee/0.11.0 57 OS , Cherokee/0.11.0 (UNIX) 58 Full , Cherokee/0.11.0 b2321 (UNIX) 59 59 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 60 60 cherokee/trunk/doc/config_quickstart.txt
r2244 r2397 78 78 One-time Password: 72O3GRxZfTrE2zHx 79 79 80 Cherokee Web Server 0.1 0.0 (Oct 27 2008): Listening on port 9090, TLS disabled,80 Cherokee Web Server 0.11.0 (Nov 13 2008):: Listening on port 9090, TLS disabled, 81 81 IPv6 disabled, using epoll, 1024 fds system limit, max. 505 connections, 82 82 single thread cherokee/trunk/doc/cookbook_optimizations.txt
r2247 r2397 17 17 $ cherokee -i 18 18 Compilation 19 Version: 0.1 0.019 Version: 0.11.0 20 20 21 21 [...] cherokee/trunk/doc/dev_cherokee.conf.txt
r2379 r2397 91 91 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 92 92 Product , Cherokee 93 Minor , Cherokee/0.1 094 Minimal , Cherokee/0.1 0.095 OS , Cherokee/0.1 0.0 (UNIX)96 Full , Cherokee/0.1 0.0 (UNIX) Ext/0.0 Ext2/0.093 Minor , Cherokee/0.11 94 Minimal , Cherokee/0.11.0 95 OS , Cherokee/0.11.0 (UNIX) 96 Full , Cherokee/0.11.0 b2311 (UNIX) 97 97 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 98 98 cherokee/trunk/doc/dev_debug.txt
r2260 r2397 55 55 cherokee# CHEROKEE_TRACE="common" cherokee 56 56 57 Cherokee Web Server 0.1 0.0 (Oct 272008): Listening on port 80, TLS disabled,57 Cherokee Web Server 0.11.0 (Nov 13 2008): Listening on port 80, TLS disabled, 58 58 59 59 IPv6 enabled, using epoll, 1024 fds system limit, max. 505 connections, 10 cherokee/trunk/doc/index.txt
r2396 r2397 1 == link:index.html[Index]: Cherokee 0.10documentation1 == Cherokee 0.11 documentation 2 2 3 3 ********************************* … … 16 16 17 17 ********************************* 18 link:bundle.html[Cherokee Bundle]: Details about each program bundled with Cherokee .18 link:bundle.html[Cherokee Bundle]: Details about each program bundled with Cherokee 19 19 ********************************* 20 20 … … 27 27 28 28 ********************************* 29 link:config.html[Configuration]: Set up process explained .29 link:config.html[Configuration]: Set up process explained 30 30 ********************************* 31 31 … … 41 41 42 42 ********************************* 43 link:cookbook.html[Cookbook]: Recipes for specific tasks .43 link:cookbook.html[Cookbook]: Recipes for specific tasks 44 44 ********************************* 45 45 … … 66 66 67 67 ********************************* 68 link:modules.html[Modules]: Information about the standard modules .68 link:modules.html[Modules]: Information about the standard modules 69 69 ********************************* 70 70 … … 103 103 104 104 ********************************* 105 link:other.html[Other information]: Miscellaneus .105 link:other.html[Other information]: Miscellaneus 106 106 ********************************* 107 107 … … 112 112 113 113 ********************************* 114 link:dev.html[Development info] 114 link:dev.html[Development info]: Things of interest to developers 115 115 ********************************* 116 116 … … 129 129 Cherokee-Tweak and log backers). 130 130 * <6> How to manage security (SSL/TLS, certs, etc) <cookbook_ssl.txt> 131 * <7> Development documentation132 131 * <8> Reference table of functionalities to be achieved (and hopefully 133 132 a full setup example).