<- Other hacks
THTTPD

The trivial / tiny HTTP daemon

This is a small (189 lines of C code, compiles to 7 Kb) HTTP daemon that I wrote to serve binary files from my home computer. You launch it with the command
thttpd [port_num]

and it listens on the given port or port 80 if not given.

Download version 0.1

update 2002/01/06:
Version 0.2 is now available. The version provides better logging.
Download version 0.2

update 2002/04/20:
Version 0.3 is now available. This version provides support for HEAD HTTP commands and better support for byte-ranges. Hopefuly, that should allow download accelerators to work right with thttpd (prozilla does, anyway :-).
Download version 0.3
© 2000-2014 Mikael Bouillot (last updated 2002-04-20)