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