Changeset 2431
- Timestamp:
- 11/19/08 16:08:56 (2 months ago)
- Files:
-
- cherokee/trunk/doc/bundle_cherokee-admin.txt (modified) (1 diff)
- cherokee/trunk/doc/config_quickstart.txt (modified) (1 diff)
- cherokee/trunk/doc/config_virtual_servers.txt (modified) (1 diff)
- cherokee/trunk/doc/index.txt (modified) (1 diff)
- cherokee/trunk/doc/media/images/README.txt (modified) (1 diff)
- cherokee/trunk/doc/other_goodies.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
cherokee/trunk/doc/bundle_cherokee-admin.txt
r2397 r2431 22 22 You will obtain an output similar to the following one, which provides 23 23 the information needed to be able to access the configuration 24 interface. 24 interface. This information is generated randomly each time the 25 program is launche, and it can be very useful in case you need to to 26 give temporary access to a remote administrator in the confidence that 27 no future accesses will be possible. 25 28 26 29 ---- cherokee/trunk/doc/config_quickstart.txt
r2397 r2431 88 88 The User and One-time Password will be required initially. This is to 89 89 prevent other users of the local host from being able to configure the 90 server unless they have access to the password. 90 server unless they have access to the password. This is also very 91 useful to allow temporary access to a remote administrator. 91 92 92 93 If your user doesn't have enough privileges you will be notified. Also cherokee/trunk/doc/config_virtual_servers.txt
r2325 r2431 415 415 link:other_goodies.html#ssl-vhosts[SSL Virtual Hosts] information for 416 416 more details. 417 418 If you want HTTPS to work, you must remember this: 419 420 . Providing the PEM-encoded files is mandatory for both `Certificate` 421 and `Certificate key` fields. Providing the `CA List` is optional. 422 423 . If you have several virtual servers, the `Security` section must be 424 configured for every one of them. At the moment you cannot have some 425 with HTTPS and some without. This makes sense, since by enabling the 426 feature in any one of them you are opening the HTTPS port in your 427 host, and receiving HTTPS requests for a virtual server that does 428 not provide the service would not be handled in a coherente 429 manner. None of the alternatives is very elegant in design: falling 430 back to HTTP, issuing an error that is likely to restart the HTTPS 431 hanshake, etc. This behavior, however, might change in the future 432 depending on the popularity of any proposed mechanisms. cherokee/trunk/doc/index.txt
r2428 r2431 131 131 Cherokee-Tweak and log backers). 132 132 * <6> How to manage security (SSL/TLS, certs, etc) <cookbook_ssl.txt> 133 * <8> Reference table of functionalities to be achieved (and hopefully 134 a full setup example). 135 * Recheck the Drupal recipe when the bug is fixed (and the important 136 FastCGI variables are set). 133 * Recheck the Drupal recipe when the bug is fixed (and the relevant 134 variables are passed to FastCGI). 135 136 Suggested recipes: 137 ------------------ 138 Nagios: http://www.nagios.org/ 139 Symfony: http://www.symfony-project.org/ 140 SquirrelMail: http://www.squirrelmail.org/ 141 Cake PHP: http://www.cakephp.org/ 142 Piwik: http://piwik.org/ 143 ? vBulletin + vBSEO: http://www.vbseo.com/ 144 ? vBulletin + eAccelerator: 145 146 147 148 149 150 Roller 151 Liferay 152 DokuWiki 153 MediaWiki 154 phpBB 155 Mantis 156 Opina 157 KnowledgeTree 158 Redmine 159 Trac 160 Alfresco 161 Moodle 162 Subversion 163 Tracks 164 JasperServer 165 eZPublish 166 SugarCRM 167 168 137 169 //////////////////////////////////////////////////// cherokee/trunk/doc/media/images/README.txt
r2405 r2431 1 Since the size of the help screens is fixed, screenshots should not 2 exceed 569 pixels in width (which btw is what most currently have). 1 Since the size of the help screens is fixed to 725px, screenshots 2 should not exceed it. No image is currently wider than 569px in width, 3 which the most frequent right now. 3 4 4 Please resize if it is a full screen. Also, maximum recompression is 5 recommended: 5 Please resize if it is bigger than that. 6 7 Also, maximum recompression is recommended: 6 8 7 9 optipng -o7 (loosles) cherokee/trunk/doc/other_goodies.txt
r2410 r2431 10 10 Cherokee-Admin 11 11 ~~~~~~~~~~~~~~ 12 Cherokee bundles a one of a kind UI to set up every available feature12 Cherokee bundles a one of a kind GUI to set up every available feature 13 13 without the need of editing any configuration files by hand. It is a 14 modern and easy to manage application that allows to set up the server 15 with speed and ease. The interface is thoroughly documented trhoughout 16 Cherokee's documentation. 14 modern and easy to manage web application that allows to set up the 15 server with speed and ease. The interface is thoroughly documented 16 throughout Cherokee's documentation. Several security measures prevent 17 non authorized personnel from accessing the application, and one-time 18 passwords are generated each time the program is launched. This can be 19 used to give temporary access to a remote administrator. 17 20 18 21 [[cherokee-tweak]]