Remove palm from main configuration reader
[MonkeyD.git] / README
blobbceaacac86151de8a1ddb5b2805e251ba157928f
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  Mailing List
24  ============
25  You can register in the next mailing list about monkey:
27         News about new releases:
28             Monkeyd-news@lists.sourceforge.net
29             https://lists.sourceforge.net/lists/listinfo/monkeyd-news
31         Bugs found in Monkey:
32             Monkeyd-bugs@lists.sourceforge.net
33             https://lists.sourceforge.net/lists/listinfo/monkeyd-bugs
34         
35  About me
36  ========
37  Developed by   : Eduardo Silva
38  Country        : Chile
39  E-mail         : edsiper@users.sf.net
40  IRC            : irc.linuxchile.cl #linux (EdsipeR)
41  ICQ            : 33799244
42  Home project   : http://monkeyd.sourceforge.net
44  I am open to suggestions and criticisms, if you have an idea, found a
45  bug, don't hesitate to report it to find a solution and if you have it,
46  send it to include your code.