Changeset 1744

Show
Ignore:
Timestamp:
08/06/08 00:38:18 (5 months ago)
Author:
taher
Message:

--

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • cherokee/trunk/admin/PageEntry.py

    r1725 r1744  
    1111DEFAULT_RULE_WARNING = 'The default match ought not to be changed.' 
    1212 
    13 NOTE_DOCUMENT_ROOT = 'Allow to specify an alternative document root path.' 
     13NOTE_DOCUMENT_ROOT = 'Allows to specify an alternative document root path.' 
    1414NOTE_HANDLER       = 'How the connection will be handled.' 
    1515NOTE_HTTPS_ONLY    = 'Enable to allow access to the resource only by https.' 
  • cherokee/trunk/doc/Makefile.am

    r1740 r1744  
    3131config_general.html \ 
    3232config_virtual_servers.html \ 
     33config_virtual_servers_rule.html \ 
    3334config_encoding.html \ 
    3435config_icons.html \ 
     
    3839cookbook_authentication.html \ 
    3940cookbook_ssl.html \ 
    40 index.html \ 
    41 loggers.html \ 
    42 entry.html \ 
    4341modules_balancers_round_robin.html \ 
    4442modules_encoders_gzip.html \ 
     
    5149modules_handlers_cgi.html \ 
    5250modules_handlers_scgi.html \ 
     51modules_loggers.html \ 
    5352modules_loggers_combined.html \ 
    5453modules_loggers_ncsa.html \ 
  • cherokee/trunk/doc/TOC.txt

    r1740 r1744  
    2727  . link:config_general.html[General] 
    2828  . link:config_virtual_servers.html[Virtual servers] 
     29    - link:config_virtual_servers_rule.html[Rule Options] 
    2930  . link:config_encoding.html[Encoding] 
    3031  . link:config_icons.html[Icons] 
  • cherokee/trunk/doc/config_virtual_servers.txt

    r1740 r1744  
    1515 
    1616Three main options are accessible through this menu: 
     17 
    1718. Virtual Server List 
     19 
    1820. Add new Virtual Server 
     21 
    1922. Clone Virtual Server 
    2023 
     
    120123 
    121124This sections allows to define a set of rules to define how the server 
    122 should handle the different requests. These rules can be defined based 
    123 on the directory that the request targets, the extension of the file 
    124 that it is requesting, or a regular expression that may match with the 
    125 request: 
     125should handle the different requests. A summary of the existing rules is 
     126presented, containig several fields of information: 
     127 
     128  . *Target*: web target of the rule, be it a path, a file type, etc. 
     129 
     130  . *Type*: Rule type. The will be explained in the following 
     131    paragraphs. 
     132 
     133  . *Handler*: The handler that manages the requests that match this 
     134    rule. Read on for further details. 
     135 
     136  . *Auth*: Indicates if authentication is used for this rule. This 
     137    can be set up through the link:config_virtual_servers_rule.html[Rule 
     138    Entry] menu. 
     139 
     140  . *Final*: If this flag is present it means that no other rules will 
     141    be applied after this one, even if the request also matches other 
     142    rules with lower priority. 
     143 
     144These rules can be defined based on the directory that the request 
     145targets, the extension of the file that it is requesting, or a regular 
     146expression that may match the request. This is the list of available 
     147rule types: 
    126148 
    127149  * **Directory**: The entry Directory encloses a group of directives which will 
     
    169191 
    170192Each of these behavior rules must specify which is the handler that 
    171 the server should use to reply the requests that matches the rule. 
    172 Handler are the modules that generate the information with which the 
     193the server should use to reply to the requests that match the rule. 
     194Handlers are the modules that generate the information with which the 
    173195server responds a client's request. By default Cherokee provides a 
    174196number of them: 
    175197 
    176 ---- 
     198 
     199********************************************************************** 
    177200- link:modules_handlers_common.html[common] - **List & Send** 
    178201 
     
    224247Implements an administration interface to work with 
    225248link:bundle_cherokee-tweak.html[cherokee-tweak]. 
    226 ---- 
     249********************************************************************** 
     250 
     251 
     252The selection of any one of the rule targets will offer new 
     253configuration options through the 
     254link:config_virtual_servers_rule.html[Rule Entry] menu. 
     255 
     256Each of the mentioned handlers can be fine-tuned through that 
     257menu. Refer to each handler's documentation if you are interested in 
     258the available settings. 
    227259 
    228260 
     
    243275 
    244276. Default errors 
     277 
    245278. Custom redirections 
     279 
    246280. Closest match 
    247281 
     
    266300 
    267301    * Destination: File, syslog, program execution and standard error output. 
     302 
    268303    * Format: Combined (Apache compatible), NCSA or W3C 
    269304 
  • cherokee/trunk/doc/config_walkthrough.txt

    r1740 r1744  
    1 Walktrhough 
    2 ----------- 
     1Configuration Quickstart 
     2------------------------ 
    33 
    44