Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 16 Apr 2004 08:57:00 -0700 (PDT)
From:      Clement Laforet <clement@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/www Makefile ports/www/mod_accesscookie Makefile distinfo pkg-descr
Message-ID:  <200404161557.i3GFv0Or077718@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
clement     2004/04/16 08:57:00 PDT

  FreeBSD ports repository

  Modified files:
    www                  Makefile 
  Added files:
    www/mod_accesscookie Makefile distinfo pkg-descr 
  Log:
  Add mod_accessCookie 0.4.
  
  This module restricts access in the same way as an 'allow from'
  does (it is derived form this module :), by checking for the exinstence of
  a cookie. If a cookie is present it compares it to cookies found in a
  mySQL database. If it can find a equivalent cookie there, access is
  granted, else access is denied.
  
  Revision  Changes    Path
  1.852     +1 -0      ports/www/Makefile
  1.1       +35 -0     ports/www/mod_accesscookie/Makefile (new)
  1.1       +2 -0      ports/www/mod_accesscookie/distinfo (new)
  1.1       +5 -0      ports/www/mod_accesscookie/pkg-descr (new)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200404161557.i3GFv0Or077718>