README 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. Monkey HTTP Daemon - Readme
  2. ===========================
  3. Monkey is a small WebServer written 100% in C developed for Linux
  4. plataform.
  5. Actually Monkey is based on the document RFC2616 corresponding
  6. to the specification of the protocol HTTP/1.1.
  7. Features
  8. ========
  9. - Get, Post & Head method.
  10. - CGI & PHP
  11. - Multithreading
  12. - Config files.
  13. - Mime types
  14. - VirtualHost
  15. - Directories navigation
  16. - Deny by URL & IP
  17. - Resume
  18. Mailing List
  19. ============
  20. You can register in the next mailing list about monkey:
  21. News about new releases:
  22. Monkeyd-news@lists.sourceforge.net
  23. https://lists.sourceforge.net/lists/listinfo/monkeyd-news
  24. Bugs found in Monkey:
  25. Monkeyd-bugs@lists.sourceforge.net
  26. https://lists.sourceforge.net/lists/listinfo/monkeyd-bugs
  27. About me
  28. ========
  29. Developed by : Eduardo Silva
  30. Country : Chile
  31. E-mail : edsiper@users.sf.net
  32. IRC : irc.linuxchile.cl #linux (EdsipeR)
  33. ICQ : 33799244
  34. Home project : http://monkeyd.sourceforge.net
  35. I am open to suggestions and criticisms, if you have an idea, found a
  36. bug, don't hesitate to report it to find a solution and if you have it,
  37. send it to include your code.