On October 3, 1999 at 14:26, "Bert Hiddink" wrote:

> Another alternative could be:
> 
> mhttpd
> A fast, minimal web server in a single C source file. Supports http 
> basic authentication with text file or LDAP. Also supports SSL. 
> Platform - Unix. Language - C. 
> http://www.fccc.edu/users/muquit/mhttpd/mhttpd.html

The problem with a C-based server is that one would have to compile
the server for every target platform.  Now, if the CD is for a
select set of platforms, this is possible.  However, something that
that can run on multiple platforms "out-of-the-box" would be better.

        --ewh

Reply via email to