rhttp is a basic implementation of a HTTP server written in Ruby. Actually, it supports requesting for html and RAW files (like jpeg, png, gif) and for php files, after parsing them with php5-cgi tool.
I'm writting it as a hobby and as an adventure on HTTP own-learning.