Changeset 2431

Show
Ignore:
Timestamp:
11/19/08 16:08:56 (2 months ago)
Author:
taher
Message:

--

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • cherokee/trunk/doc/bundle_cherokee-admin.txt

    r2397 r2431  
    2222You will obtain an output similar to the following one, which provides 
    2323the information needed to be able to access the configuration 
    24 interface. 
     24interface. This information is generated randomly each time the 
     25program is launche, and it can be very useful in case you need to to 
     26give temporary access to a remote administrator in the confidence that 
     27no future accesses will be possible. 
    2528 
    2629---- 
  • cherokee/trunk/doc/config_quickstart.txt

    r2397 r2431  
    8888The User and One-time Password will be required initially. This is to 
    8989prevent other users of the local host from being able to configure the 
    90 server unless they have access to the password. 
     90server unless they have access to the password. This is also very 
     91useful to allow temporary access to a remote administrator. 
    9192 
    9293If your user doesn't have enough privileges you will be notified. Also 
  • cherokee/trunk/doc/config_virtual_servers.txt

    r2325 r2431  
    415415link:other_goodies.html#ssl-vhosts[SSL Virtual Hosts] information for 
    416416more details. 
     417 
     418If 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  
    131131      Cherokee-Tweak and log backers). 
    132132* <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 
     136Suggested recipes: 
     137------------------ 
     138Nagios:         http://www.nagios.org/ 
     139Symfony:        http://www.symfony-project.org/ 
     140SquirrelMail:   http://www.squirrelmail.org/ 
     141Cake PHP:       http://www.cakephp.org/ 
     142Piwik:          http://piwik.org/ 
     143? vBulletin + vBSEO: http://www.vbseo.com/ 
     144? vBulletin + eAccelerator:  
     145 
     146 
     147 
     148                  
     149         
     150Roller 
     151Liferay 
     152DokuWiki 
     153MediaWiki 
     154phpBB 
     155Mantis 
     156Opina 
     157KnowledgeTree 
     158Redmine 
     159Trac 
     160Alfresco 
     161Moodle 
     162Subversion 
     163Tracks 
     164JasperServer 
     165eZPublish 
     166SugarCRM 
     167           
     168 
    137169//////////////////////////////////////////////////// 
  • 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). 
     1Since the size of the help screens is fixed to 725px, screenshots 
     2should not exceed it. No image is currently wider than 569px in width, 
     3which the most frequent right now. 
    34 
    4 Please resize if it is a full screen. Also, maximum recompression is 
    5 recommended: 
     5Please resize if it is bigger than that.  
     6 
     7Also, maximum recompression is recommended: 
    68 
    79optipng -o7 (loosles) 
  • cherokee/trunk/doc/other_goodies.txt

    r2410 r2431  
    1010Cherokee-Admin 
    1111~~~~~~~~~~~~~~ 
    12 Cherokee bundles a one of a kind UI to set up every available feature 
     12Cherokee bundles a one of a kind GUI to set up every available feature 
    1313without 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. 
     14modern and easy to manage web application that allows to set up the 
     15server with speed and ease. The interface is thoroughly documented 
     16throughout Cherokee's documentation. Several security measures prevent 
     17non authorized personnel from accessing the application, and one-time 
     18passwords are generated each time the program is launched. This can be 
     19used to give temporary access to a remote administrator. 
    1720 
    1821[[cherokee-tweak]]