WebServe is a lightweight web server, i.e. one that aims to be fast and compact. It doesn't have all the bells and whistles that you would find
in a full-featured web server, but it has enough to support typical web
sites. It does handle multiple domains, CGI (using either the GET or
POST approach), and SSI.
This version of WebServe expects to use INIDATA.DLL and XDS230M.DLL,
which are not included. If you don't already have them, you can download ftp://ftp.pmoylan.org/software/inidata_1.0.zip
which contains the two DLLs. (And the source code for INIDATA.DLL) This
should be a one-off download, because is unlikely that INIDATA.DLL will
be revised very often.