Changeset 2354

Show
Ignore:
Timestamp:
11/08/08 17:40:54 (2 months ago)
Author:
taher
Message:

--

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • cherokee/trunk/doc/dev_issues.txt

    r2229 r2354  
    44------------------------ 
    55 
    6 This document mantains a list of currently open issues. It mostly is 
    7 useful to list things of the Cherokee Project that are known to be 
    8 half-baked, and as such are only of interest for developers. 
     6This section of the documentation comprehends a variety of topics. It 
     7is mainly intended as a repository of notes, tips, issues and 
     8documentation concerning parts of Cherokee that are currently under 
     9development -or are full developed- but are not yet included for 
     10mainstream usage. 
     11 
     12As these features get properly integrated into the Cherokee 
     13infrastructure, the notes regarding the subject should be moved to 
     14their specific section of the docmentation. 
     15 
     16For now, this document mantains a list of currently open issues. It 
     17mostly is useful to list things of the Cherokee Project that are known 
     18to be half-baked, and as such are only of interest for developers. 
    919 
    1020FastCGI Handler 
     
    2939 
    3040The reverse proxy is currently one of the most demanded features and 
    31 is under heavy development. No code is currently available in the 
    32 public repository. 
     41is under heavy development.  The Cherokee-admin module is not yet 
     42written, so you'll have to do what no final user is meant to do. It's 
     43easy to configure though, so don't worry. Here you have a basic 
     44configuration example: 
     45 
     46----- 
     47server!port = 1234 
     48 
     49vserver!1!nick = default 
     50vserver!1!document_root = /tmp 
     51vserver!1!rule!1!match = default 
     52vserver!1!rule!1!handler = proxy 
     53vserver!1!rule!1!handler!balancer = round_robin 
     54vserver!1!rule!1!handler!balancer!source!1 = 1 
     55 
     56source!1!type = host 
     57source!1!host = localhost:9090 
     58----- 
     59 
    3360 
    3461Configuration Wizards 
    3562~~~~~~~~~~~~~~~~~~~~~ 
    3663 
    37 Another interesting feature not yet reflected in the repository is a 
     64Another interesting feature -not yet reflected in the repository- is a 
    3865project aimed at providing configuration wizards as an easy way to 
    3966deploy a set of standard applications. The idea is to select an 
     
    4572further tuning. 
    4673 
     74AND, OR and NOT rule types 
     75~~~~~~~~~~~~~~~~~~~~~~~~~~ 
     76 
     77These rule types are fully implemented, but the feature is not yet 
     78supported in Cherokee Admin. Some GUI issues remain to be solved, as 
     79the things achievable by these rules are at the same time very 
     80powerful and very complex. This is said in the sense that one can 
     81combine them with so much flexibility that dealing with it from the 
     82GUI could get really messy. 
     83