Index of /ports_www/lws
Name Last modified Size
Parent Directory -
Makefile 23-Jul-2008 20:31 593
distinfo 24-Jan-2006 06:13 183
files/ 25-Dec-2006 04:08 -
pkg-descr 11-Oct-2002 00:56 807
pkg-plist 17-Dec-2004 20:10 1.1K
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.
WWW: http://www.dellroad.org/lws/