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.
13 - Hybrid Networking Model: Asynchrounous mode + fixed Threads
14 - Easy unix style configuration
17 - Resume of connections
18 - Server user's home directories
20 - Cheetah Plugin: Monkey Shell
21 - Security Plugin: Restrict access by URI and IP ranges
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
35 Developed by : Eduardo Silva Pereira
37 E-mail : edsiper@gmail.com
38 IRC : irc.freenode.net #monkeyd (edsiper)
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.