From owner-cvs-ports@FreeBSD.ORG Tue Oct 14 03:47:10 2003 Return-Path: Delivered-To: cvs-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D61F116A4BF; Tue, 14 Oct 2003 03:47:10 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 38CC943FB1; Tue, 14 Oct 2003 03:47:10 -0700 (PDT) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h9EAlAXJ038018; Tue, 14 Oct 2003 03:47:10 -0700 (PDT) (envelope-from erwin@repoman.freebsd.org) Received: (from erwin@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h9EAl9XH038017; Tue, 14 Oct 2003 03:47:09 -0700 (PDT) (envelope-from erwin) Message-Id: <200310141047.h9EAl9XH038017@repoman.freebsd.org> From: Erwin Lansing Date: Tue, 14 Oct 2003 03:47:09 -0700 (PDT) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www Makefile ports/www/mod_authenticache Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Oct 2003 10:47:11 -0000 erwin 2003/10/14 03:47:09 PDT FreeBSD ports repository Modified files: www Makefile Added files: www/mod_authenticache Makefile distinfo pkg-descr pkg-plist Log: Add mod_authenticache 2.0.6, As HTTP is a relatively stateless protocol, each request generates an authentication attempt. While this is cheap when authenticating against dbm or htpasswd files, it can get very expensive when running against a Windows domain controller, ACE server, or other networked database, particularly on image-rich pages and FancyIndexes from mod_autoindex. mod_authenticache provides a secure method of caching credentials in order to more efficiently serve in these situations. WWW: http://killa.net/infosec/mod_authenticache/ PR: 57964 Submitted by: Clement Laforet Revision Changes Path 1.732 +1 -0 ports/www/Makefile 1.1 +27 -0 ports/www/mod_authenticache/Makefile (new) 1.1 +1 -0 ports/www/mod_authenticache/distinfo (new) 1.1 +10 -0 ports/www/mod_authenticache/pkg-descr (new) 1.1 +3 -0 ports/www/mod_authenticache/pkg-plist (new)