summaryrefslogtreecommitdiff
path: root/www/Makefile
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2003-10-14 10:47:09 +0000
committerErwin Lansing <erwin@FreeBSD.org>2003-10-14 10:47:09 +0000
commit09c98d8ef3ccd2403f0546d943c8e2d8d2616931 (patch)
tree92e9d483293c18f74c9445fd380f8c39b7d7a576 /www/Makefile
parentUpdate to 0.29, remove unneeded dependency (diff)
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>
Notes
Notes: svn path=/head/; revision=91159
Diffstat (limited to 'www/Makefile')
-rw-r--r--www/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile
index 17e2c406a741..0ab58493db04 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -196,6 +196,7 @@
SUBDIR += mod_auth_pgsql2
SUBDIR += mod_auth_pwcheck
SUBDIR += mod_auth_remote
+ SUBDIR += mod_authenticache
SUBDIR += mod_backhand
SUBDIR += mod_bandwidth
SUBDIR += mod_bf