a tiny c implementation of a http server
nweb stands for Nigel's Web server but I some times call it a nano web server (i.e. very small).
./nweb [port] [root directory]
./nweb 8181 /home/nwebdir
gcc -O -DLINUX nweb.c -o nweb
this is part of the nmon project from Nigel Griffiths