B.10. Fixup HandlersB.10.1. Apache::RefererBlock—Block Request Based Upon "Referer" HeaderApache::RefererBlock will examine each request. If the MIME type of the requested file is one of those listed in RefBlockMimeTypes, it will check the request's Referer header. If the referrer starts with one of the strings listed in RefBlockAllowed, access is granted. Otherwise, if there's a RefBlockRedirect directive for the referrer, a redirect is issued. If not, a "Forbidden" (403) error is returned. Available from CPAN. See the module manpage for more information. B.10.2. Apache::Usertrack—Emulate the mod_usertrack Apache ModuleAs of this writing no documentation is available. Available from CPAN. Copyright © 2003 O'Reilly & Associates. All rights reserved. |
|