Plugin: add mk_plugin_preworker_calls(), it allows
[MonkeyD.git] / README
blobc869e92ae841900c9e9ab4473013b404a87f661f
1  Monkey HTTP Daemon - Readme
2  ===========================
4  Monkey is a small WebServer written 100% in C developed for Linux
5  plataform.
7  Actually Monkey is based on the document RFC2616 corresponding 
8  to the specification of the protocol HTTP/1.1.
10  Features
11  ========
13  - Get, Post & Head method.
14  - CGI & PHP
15  - Multithreading
16  - Config files.
17  - Mime types
18  - VirtualHost
19  - Directories navigation
20  - Deny by URL & IP
21  - Resume
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.