> 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: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to