Title:			HTTPServer
Author:			Rich W.
Revision:		2 [August 03, 2004]
-------------------------------------------
HTTPServer
Simple MFC application that supports ascii document transfer, image transfer,
etc. via http protocol. Just start the program, set the base path and port, and
click the start button and you'll be hosting a web server out of the specified
base path on your hard drive. If a document is requested that is not found, the
program will fall back to notfound.htm in its own folder. The default document
when no document is specified for retrieval on the server is index.htm.
