diff options
author | Will Andrews <will@FreeBSD.org> | 2001-04-10 23:11:46 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2001-04-10 23:11:46 +0000 |
commit | db85f9e92688328b466e67c61864f60588c84423 (patch) | |
tree | caae2ce46d694a639451cb586358235d974efca8 /www/mod_sequester/pkg-descr | |
parent | 09a93df3c06f9321392e2141b42935972c51b7fd (diff) |
Notes
Diffstat (limited to 'www/mod_sequester/pkg-descr')
-rw-r--r-- | www/mod_sequester/pkg-descr | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/www/mod_sequester/pkg-descr b/www/mod_sequester/pkg-descr new file mode 100644 index 000000000000..03b153d6bf13 --- /dev/null +++ b/www/mod_sequester/pkg-descr @@ -0,0 +1,12 @@ +The mod_sequester module is similar to mod_access, controlling whether +remote clients can access your Apache Web site's resources based upon +information not subject to the user's control. Rather than using +network connexion information to make the access determination, +however, mod_sequester uses the date and time of the request. If +the request is made during an interval when mod_sequester's +settings indicate the resource is accessible, the document will be +processed normally -- otherwise a '403 Forbidden' will be returned. +Obviously, the settings and the check use the server's date and time +value, not the client's. + +WWW: http://MeepZor.Com/packages/ |