First Post: mod_security question on remote addresses 2025-04-11 If I want to have mod_security let in a whole class of IP addresses, whats the correct syntax? Would this be correct? SecFilterSelective REMOTE_ADDR "^227.10.255.*$" nolog,allow Thanks!