Friday, February 16, 2007

Actual working version now posted

The code submitted previously (especially the archive) did not compile on Linux, only OS X. Several bugs including this have now been fixed. Other fixes include memory leaks and a minor error in the configuration parsing. There was a bit trouble with subversion this time around.

Download via svn or archive. To compile and run the demonstration:

./configure
make
cd src
./nhttpd

This will run a web server using the configuration in src/config.xml. To see the demo application, go to http://localhost:8080/.

No comments: