Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 611 Bytes

README.md

File metadata and controls

21 lines (18 loc) · 611 Bytes

bashhttpd:

an httpd written in bash

(its a tad pointless >_<) ^ lies.


Developers:

Hunter

miyoko

ttwj


Roadmap

  • Support using inetd for tcp daemon. (EASY)
  • Support basic authentication (should be very simple --miyoko)
  • Support SSL (?) (not so easy, not sure if possible, but maybe --miyoko)
  • Support logging of users (ssooooooo easy... --miyoko)
  • Make it compatible with PHP CGI. (already on it --miyoko)
  • Write a CGI system in bash. (soso --miyoko)
  • Perfect the 404 and 500's etc, Also get the Welcome page working -Hexane