From owner-cvs-all@FreeBSD.ORG Thu Sep 15 23:04:31 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org 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 DBACE16A41F; Thu, 15 Sep 2005 23:04:31 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A91A743D45; Thu, 15 Sep 2005 23:04:31 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8FN4VXB029307; Thu, 15 Sep 2005 23:04:31 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8FN4Vs5029306; Thu, 15 Sep 2005 23:04:31 GMT (envelope-from pav) Message-Id: <200509152304.j8FN4Vs5029306@repoman.freebsd.org> From: Pav Lucistnik Date: Thu, 15 Sep 2005 23:04:31 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www Makefile ports/www/xshttpd Makefile distinfo pkg-descr pkg-plist ports/www/xshttpd/files xshttpd.sh.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Sep 2005 23:04:32 -0000 pav 2005-09-15 23:04:31 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/xshttpd Makefile distinfo pkg-descr pkg-plist www/xshttpd/files xshttpd.sh.in Log: XS-HTTPD is a WWW server that has the following features: - It is pronounced as "access-HTTP-daemon" - It is SMALL (very small in fact: a factor two to three smaller than normal servers on disk and in memory) - It is FAST (because it is so small and does not do unnecessary things) - Uses very little CPU time - Configurable (configuration compiled in to make it small, but largely overridable on the command line) - Runs user CGI binaries under their own user ID - Gets users' pages under their own user ID, allowing them to really have protected pages (using the built-in authentication mechanism) - Does not fork for every connection (has a fixed number of servers), only to replace a lost server (in case of timeouts). - Comes with some other useful programs - Offers Server-Side Includes for many common tasks, including built-in page counters (text or graphical) - Supports PHP and other interpreted file formats - Supports automatic decompression to save diskspace and bandwidth - Serves SSL (https) and http connections through the same daemon - Full support for IPv6 PR: ports/84314 Submitted by: Ed Schouten Revision Changes Path 1.1174 +1 -0 ports/www/Makefile 1.1 +68 -0 ports/www/xshttpd/Makefile (new) 1.1 +2 -0 ports/www/xshttpd/distinfo (new) 1.1 +29 -0 ports/www/xshttpd/files/xshttpd.sh.in (new) 1.1 +23 -0 ports/www/xshttpd/pkg-descr (new) 1.1 +70 -0 ports/www/xshttpd/pkg-plist (new)