Date: Tue, 14 Oct 2003 03:47:09 -0700 (PDT) From: Erwin Lansing <erwin@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www Makefile ports/www/mod_authenticache Makefile distinfo pkg-descr pkg-plist Message-ID: <200310141047.h9EAl9XH038017@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <sheepkiller@cultdeadsheep.org> 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)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200310141047.h9EAl9XH038017>