Actions
Feature #1563
closedBlock user based on conditions
Status:
Fixed
Priority:
Normal
Category:
core
Target version:
-
ASK QUESTIONS IN Forums:
No
Description
What I'd like to be able to do, is if a user access my site, and meets a certain set of conditions, that they are then blocked for x minutes.
Specifically, I'd like to be able to say that if a user's referrer matches a certain regexp, that url.acces-deny = ("") be applied to them by ip for an hour.
Something like...
$HTTP["referer"] =~ "^http://bad\.site" { remember 60 url.access-deny = ( "" ) }
-- wlynch
Updated by stbuehler over 16 years ago
- Status changed from New to Fixed
- Resolution set to worksforme
Not possible with config layout.
Updated by stbuehler over 16 years ago
- Status changed from Fixed to Missing Feedback
Updated by gstrauss about 1 year ago
- Description updated (diff)
- Status changed from Missing Feedback to Fixed
- ASK QUESTIONS IN Forums set to No
Arbitrary policy like this can be implemented by you in a lua script run by lighttpd mod_magnet
Actions
Also available in: Atom