mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 19:24:29 +03:00
Places connection filter engine in a separated configuration
Different from the Rules or other options, the connections filters are applied to entire server, not to a single vhost, or so. In order to keep it clear to the user this patches adds "SecConnectionEngine" which works in the same way that SecRuleEngine does.
This commit is contained in:
@@ -63,7 +63,7 @@ unsigned long int DSOLOCAL msc_pcre_match_limit_recursion = 0;
|
||||
|
||||
int DSOLOCAL status_engine_state = STATUS_ENGINE_DISABLED;
|
||||
|
||||
int DSOLOCAL conn_limits_filter_state = 0;
|
||||
int DSOLOCAL conn_limits_filter_state = MODSEC_DISABLED;
|
||||
|
||||
unsigned long int DSOLOCAL conn_read_state_limit = 0;
|
||||
TreeRoot DSOLOCAL *conn_read_state_whitelist = 0;
|
||||
|
Reference in New Issue
Block a user