cvs commit: ports/www Makefile ports/www/mod_authenticache Makefile distinfo pkg-descr pkg-plist

Erwin Lansing erwin at FreeBSD.org
Tue Oct 14 03:47:11 PDT 2003


erwin       2003/10/14 03:47:09 PDT

  FreeBSD ports repository

  Modified files:
    www                  Makefile 
  Added files:
    www/mod_authenticache Makefile distinfo pkg-descr pkg-plist 
  Log:
  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 at cultdeadsheep.org>
  
  Revision  Changes    Path
  1.732     +1 -0      ports/www/Makefile
  1.1       +27 -0     ports/www/mod_authenticache/Makefile (new)
  1.1       +1 -0      ports/www/mod_authenticache/distinfo (new)
  1.1       +10 -0     ports/www/mod_authenticache/pkg-descr (new)
  1.1       +3 -0      ports/www/mod_authenticache/pkg-plist (new)


More information about the cvs-all mailing list