> SetEnvIf accepts only regular expressions, not CIDR notation. > Fortunately, most groups of IP addresses can be expressed with regexes > (although often with a little more effort). What you want is simple: > SetEnvIf Remote_Addr ^192\.168\. dontlog Ah, thank you! I am a newbie, and "regexes" still scare me, paricularly the strange syntax. For example, why would that one start with "^" but not end with "$" like many do? -- Crash --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx