diff options
author | Archie Cobbs <archie@FreeBSD.org> | 2002-08-21 23:09:38 +0000 |
---|---|---|
committer | Archie Cobbs <archie@FreeBSD.org> | 2002-08-21 23:09:38 +0000 |
commit | f9061f6b98203278030fe67e57b3caa11c2b9f4e (patch) | |
tree | 7b1f5a0adb59cf7b40c6420ef7b85813abdce696 /www/lws/pkg-descr | |
parent | * Update to 2.0.3 (diff) |
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.
Notes
Notes:
svn path=/head/; revision=64785
Diffstat (limited to 'www/lws/pkg-descr')
-rw-r--r-- | www/lws/pkg-descr | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/www/lws/pkg-descr b/www/lws/pkg-descr new file mode 100644 index 000000000000..eeb9976cb2cc --- /dev/null +++ b/www/lws/pkg-descr @@ -0,0 +1,15 @@ +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. |