Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Aug 2002 16:09:38 -0700 (PDT)
From:      Archie Cobbs <archie@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/www/lws Makefile distinfo pkg-comment pkg-descr pkg-plist
Message-ID:  <200208212309.g7LN9cul099835@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200208212309.g7LN9cul099835>