Whitelisting Multiple IPs with Mod_Security

The following can be added to the main modsecurity.conf or a whitelist file such as one ConfigServer leverages with CMM:

SecRule REMOTE_ADDR "@IPMatch xxx.xxx.xxx.xxx,xxx.xxx.xxx.xxx" phase:1,log,allow,ctl:ruleEngine=Off,id:55555555

  • 2 Users Found This Useful

Was this answer helpful?

Related Articles

Remount /tmp with exec permission

There are times where you may need to have exec permission available for the /tmp folder. This...

central_filter defer (-17): error in filter file: unknown filtering command r_subject: near line 22 of filter file

The error "central_filter defer (-17): error in filter file: unknown filtering command r_subject:...

Failed to start tailwatchd - Unit tailwatchd service entered failed state

Failed to start tailwatchd. Unit tailwatchd.service entered failed state.  tailwatchd.service...

yum-utils not installed or found on Centos5 64-bit

When yum-utils is not installed or found on Centos5 64-bit the following commands may be used:...

ModSecurity: collection_store: Failed to access DBM file /var/cpanel/secdatadir/ip: Permission denied

The error Failed to access DBM file /var/cpanel/secdatadir/ip: Permission denied can occur on...