From owner-cvs-all Wed Aug 21 16: 9:42 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3F02337B401; Wed, 21 Aug 2002 16:09:39 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EF27643E8A; Wed, 21 Aug 2002 16:09:38 -0700 (PDT) (envelope-from archie@FreeBSD.org) Received: from freefall.freebsd.org (archie@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7LN9cJU099836; Wed, 21 Aug 2002 16:09:38 -0700 (PDT) (envelope-from archie@freefall.freebsd.org) Received: (from archie@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7LN9cul099835; Wed, 21 Aug 2002 16:09:38 -0700 (PDT) Message-Id: <200208212309.g7LN9cul099835@freefall.freebsd.org> From: Archie Cobbs Date: Wed, 21 Aug 2002 16:09:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/lws Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG archie 2002/08/21 16:09:38 PDT Added files: www/lws Makefile distinfo pkg-comment pkg-descr pkg-plist Log: 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. Revision Changes Path 1.1 +21 -0 ports/www/lws/Makefile (new) 1.1 +1 -0 ports/www/lws/distinfo (new) 1.1 +1 -0 ports/www/lws/pkg-comment (new) 1.1 +15 -0 ports/www/lws/pkg-descr (new) 1.1 +28 -0 ports/www/lws/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message