README.txt 970 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. chttpd
  2. ======
  3. chttpd is a simple web server that I'm currently working on. This is the
  4. initial release of this web server, and its in working condition
  5. Website: http://pentium44.github.io/projects/chttpd.html
  6. License: GPLv2
  7. Compiling chttpd:
  8. ~navigate to the chttpd directory
  9. ~run: make
  10. ~start the httpd
  11. Changelog:
  12. v1.3.1:
  13. Fixed a major URI path bug.
  14. v1.3.0:
  15. Added CGI support.
  16. CGI can be enabled / disabled within config
  17. v1.2.6:
  18. Added configuration parser
  19. v1.2.5:
  20. Added Content-Length to header
  21. Added new mimetypes
  22. Fixed old archive mimetypes
  23. v1.2.4:
  24. Fixed another bug in the directory listings, now working smooth
  25. cleaned the code, added comments
  26. v1.2.3:
  27. Fixed directory listings bug
  28. Added sys lable to error, and directory pages
  29. Cleaned up logging system
  30. v1.2.2:
  31. Added directory listings (Thanks Lisa!)
  32. Added index.html support
  33. v1.2:
  34. Added some small features
  35. Development at a standstill
  36. v1.1:
  37. Initial release, works fine