Commit Graph

4 Commits

Author SHA1 Message Date
Archie Cobbs
ca9937d79f Add link to web page. 2002-10-10 20:56:26 +00:00
Archie Cobbs
11e5e884a0 Update to version 0.1.2. 2002-09-14 00:42:13 +00:00
Archie Cobbs
4cda767e70 Update to version 0.1.1. Fixes build problems on -stable. 2002-08-22 04:51:44 +00:00
Archie Cobbs
f9061f6b98 LWS is a lightweight web server which uses pthreads(3) for multi-tasking
and libpdel(3) for HTTP, HTTPS, and configurable servlet support.  The
server can be configured via a buit-in admin web interface, or by manu-
ally editing the XML configuration file.

LWS supports multiple HTTP and HTTPS servers, each containing multiple
virtual hosts.  Each virtual host has a configurable list of servlets.
The supported servlets types are file, redirect, and cookieauth.  The
file servlet includes optional support for tmpl(3) HTML templates.

LWS maintains a self-rotating logfile(3) error log, with optional support
for logging via syslog as well.

LWS is intended to demonstrate features of the libpdel(3) library, and to
be a lightweight web server for simple applications.
2002-08-21 23:09:38 +00:00