diff options
author | erwin <erwin@FreeBSD.org> | 2003-10-14 10:47:09 +0000 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2003-10-14 10:47:09 +0000 |
commit | f8f542d4854cef4744352b4a8ef6288c7ec20200 (patch) | |
tree | bbd8ba3fbaba5744d62bddc719cff166706e84cc /www/mod_authenticache/pkg-plist | |
parent | 2e2fb63d228972c1a509c4d95ad3cd984b9b18b6 (diff) | |
download | FreeBSD-ports-f8f542d4854cef4744352b4a8ef6288c7ec20200.zip FreeBSD-ports-f8f542d4854cef4744352b4a8ef6288c7ec20200.tar.gz |
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>
Diffstat (limited to 'www/mod_authenticache/pkg-plist')
-rw-r--r-- | www/mod_authenticache/pkg-plist | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/www/mod_authenticache/pkg-plist b/www/mod_authenticache/pkg-plist new file mode 100644 index 0000000..68afcc8 --- /dev/null +++ b/www/mod_authenticache/pkg-plist @@ -0,0 +1,3 @@ +libexec/apache2/mod_authenticache.so +@exec %D/sbin/apxs -e -a -n authenticache %D/%f +@unexec echo "===> If you do not plan on reinstalling mod_authenticache, you must manually remove"; echo "===> references to it in httpd.conf." |