aboutsummaryrefslogtreecommitdiff
path: root/www/mod_authenticache/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* - Assign maintainership to freshly created apache@ mailing listClement Laforet2004-08-181-1/+1
| | | | Notes: svn path=/head/; revision=116602
* Unbreak on amd64/ia64.Clement Laforet2004-03-201-7/+1
| | | | Notes: svn path=/head/; revision=104731
* BROKEN on amd64 and ia64: Does not compile (shared library objects must beKris Kennaway2004-03-191-1/+7
| | | | | | | compiled with -fPIC) Notes: svn path=/head/; revision=104672
* - Update to 2.0.8Clement Laforet2004-03-061-12/+6
| | | | Notes: svn path=/head/; revision=103109
* - Update my email addressClement Laforet2004-01-131-1/+1
| | | | | | | Approved and reviewed by: erwin (mentor) Notes: svn path=/head/; revision=98067
* fix typo in maintainer addressErwin Lansing2003-10-141-1/+1
| | | | | | | Submitted by: maintainer Notes: svn path=/head/; revision=91189
* Add mod_authenticache 2.0.6,Erwin Lansing2003-10-141-0/+27
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: svn path=/head/; revision=91159