aboutsummaryrefslogtreecommitdiff
path: root/www/mod_authenticache
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-202-11/+7
| | | | 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
* - (should) Fix build on amd64Clement Laforet2004-03-081-3/+6
| | | | | | | Reported by: bento via kris Notes: svn path=/head/; revision=103297
* - Update to 2.0.8Clement Laforet2004-03-064-15/+41
| | | | Notes: svn path=/head/; revision=103109
* - SIZEify distinfoClement Laforet2004-02-071-0/+1
| | | | Notes: svn path=/head/; revision=100265
* - 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-144-0/+41
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