diff options
author | clement <clement@FreeBSD.org> | 2004-04-16 15:56:59 +0000 |
---|---|---|
committer | clement <clement@FreeBSD.org> | 2004-04-16 15:56:59 +0000 |
commit | 667104eca06b0ef01ed7de7500321caa2abc3b0d (patch) | |
tree | 9c23bad234050fb451ff265a1e68dddea9510c09 /www/mod_accesscookie/pkg-descr | |
parent | 646f773e878fa1c07c55e2775b34a8f72366c96b (diff) | |
download | FreeBSD-ports-667104eca06b0ef01ed7de7500321caa2abc3b0d.zip FreeBSD-ports-667104eca06b0ef01ed7de7500321caa2abc3b0d.tar.gz |
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.
Diffstat (limited to 'www/mod_accesscookie/pkg-descr')
-rw-r--r-- | www/mod_accesscookie/pkg-descr | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/www/mod_accesscookie/pkg-descr b/www/mod_accesscookie/pkg-descr new file mode 100644 index 0000000..3d27ef5 --- /dev/null +++ b/www/mod_accesscookie/pkg-descr @@ -0,0 +1,5 @@ +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. |