I want to disable logging for a range of LAN addresses. I can set an environment variable for a single address like so: SetEnvIf Remote_Addr "192.168.0.1" dontlog That works fine. I can also set multiple addresses if I enter a line for each one, but if I try to set a range of addresses thus: SetEnvIf Remote_Addr "192.168.0.0/16" dontlog it doesn't work. Am I asking the impossible? -- Crash Reply to group only. E-mail is blocked. --------------------------------------------------------------------- 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