aboutsummaryrefslogtreecommitdiff
path: root/www/mod_accesscookie
Commit message (Collapse)AuthorAgeFilesLines
* - Mark SAFE apache@ ports MAKE_JOBS_SAFE=yesPhilip M. Gollucci2009-05-171-0/+2
| | | | Notes: svn path=/head/; revision=234060
* - Fix a condition in bsd.apache.mkClement Laforet2005-12-042-4/+3
| | | | | | | | - all apache 1.3 only modules maintained by apache@ are now bsd.apache.mk compliant Notes: svn path=/head/; revision=150376
* - prepare removal of www/apache2 in favor of www/apache20 for namingClement Laforet2005-12-041-1/+1
| | | | | | | | | | | consistency - add entries in UPDATING (for apache22 too) PR: ports/78119 Repocopied by: marcus Notes: svn path=/head/; revision=150328
* - Assign maintainership to freshly created apache@ mailing listClement Laforet2004-08-181-1/+1
| | | | Notes: svn path=/head/; revision=116602
* Add mod_accessCookie 0.4.Clement Laforet2004-04-163-0/+42
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. Notes: svn path=/head/; revision=107243