aboutsummaryrefslogtreecommitdiff
path: root/www/mod_accesscookie/pkg-descr
diff options
context:
space:
mode:
authorClement Laforet <clement@FreeBSD.org>2004-04-16 15:56:59 +0000
committerClement Laforet <clement@FreeBSD.org>2004-04-16 15:56:59 +0000
commitb3a94988dba281d0d6ba28eed15954e8c7274ab0 (patch)
tree9d7279de47178f8e22f7cd6b6e02006d6372602b /www/mod_accesscookie/pkg-descr
parent8b76648e17c0c761e15b249dccbb0e5f3e5f5feb (diff)
downloadports-b3a94988dba281d0d6ba28eed15954e8c7274ab0.tar.gz
ports-b3a94988dba281d0d6ba28eed15954e8c7274ab0.zip
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.
Notes
Notes: svn path=/head/; revision=107243
Diffstat (limited to 'www/mod_accesscookie/pkg-descr')
-rw-r--r--www/mod_accesscookie/pkg-descr5
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 000000000000..3d27ef58312c
--- /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.