Little Palm fixes
[MonkeyD.git] / README
bloba02c252647a4a1e5943093fa109f93fda209f685
1  Monkey HTTP Daemon - Readme
2  ===========================
4  Monkey is a Fast and Lighweight Web Server for Linux plataform.
6  Actually Monkey is based on the document RFC2616 corresponding 
7  to the specification of the protocol HTTP/1.1.
9  Features
10  ======== 
12  - HTTP/1.1 Compliant
13  - Hybrid Networking Model: Asynchrounous mode + fixed Threads
14  - Easy unix style configuration
15  - Virtual Hosts
16  - Pipelining
17  - Resume of connections
18  - Server user's home directories
19  - Log files
20  - Cheetah Plugin: Monkey Shell
21  - Security Plugin: Restrict access by URI and IP ranges
23  Contact us!!
24  ============
25  Our mailing list is a Google group, please feel free to join to share
26  your ideas or request help with something related to Monkey:
28    http://groups.google.com/group/monkeyd
30  or if you have some time, join to our irc channel on irc.freenode.net
31  on #monkeyd.
33  About me
34  ========
35  Developed by   : Eduardo Silva Pereira
36  Country        : Chile
37  E-mail         : edsiper@gmail.com
38  IRC            : irc.freenode.net #monkeyd (edsiper)
39  ICQ            : 33799244
40  Home project   : http://www.monkey-project.com
42  I am open to suggestions and criticisms, if you have an idea, found a
43  bug, don't hesitate to report it to find a solution and if you have it,
44  send it to include your code.