Bug 57964

Summary: [new port] www/mod_authenticache: A generic credential caching module for Apache 2.0.x
Product: Ports & Packages Reporter: Clement Laforet <sheepkiller>
Component: Individual Port(s)Assignee: freebsd-ports-bugs (Nobody) <ports-bugs>
Status: Closed FIXED    
Severity: Affects Only Me CC: sheepkiller
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
mod_authenticache.shar none

Description Clement Laforet 2003-10-13 17:50:23 UTC
	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/

How-To-Repeat: 	N/A.
Comment 1 Erwin Lansing freebsd_committer freebsd_triage 2003-10-14 11:46:53 UTC
State Changed
From-To: open->closed

Port added, thanks!