AppWeb is an embedded HTTP Web server that has
been designed with security in mind. It is
integrated directly into customers' applications
and devices, providing easy development and
deployment of Web-based applications and devices.
It is fast (over 3,500 requests per second) and
compact (from 110K) and includes support for
dynamic page creation, server-side embedded
Javascript, in-process CGI, dynamically loadable
modules, SSL, Digest authentication, Virtual
hosts, Apache-style configuration, logging, and
single- and multi-threaded apps. It has extensive
documentation and samples.
License: GNU General Public License (GPL)
Changes:
Fixes were made for CGI on Mac, digest
authentication on Vista, and various ESP variable
comparison problems. Also, fork was replaced with
vfork for uclinux and to enhance CGI performance.