Forum Moderators: open
Is everyone from blocked ranges now getting in, or is there some subset, and if so, what's the unifying feature? URI, range, or something else?
deny from 1. 2. 5.
[edited by: keyplyr at 3:56 am (utc) on Mar 25, 2016]
FWIW, I've had deny from's in place for more than 15-years.That's not what I said.
I've never seen an IP error in ''deny from' corrupt the process of the entire file?
That's not what I said.
I suggested that the UA getting through, where you assumed you had them blocked via CIDR, might be because the CIDR was not actually covering the entire range you thought it was. Since you could not find any syntax errors, this would be the next thing I would look at.
Another thing to consider is the line-wrapping in your text editor. It may appear you have a space between each CIDR, but when the line_wrap is removed, it may not be (an extra space or two doesn't matter.)
but when the line_wrap is removed, it may not be
Did you try taking out the trailing dots? They're unneeded at best (because this isn't a RegEx, so "5" means only that, regardless, and not 125 or 53 or anything else with 5 in it). If nothing else, you'll save a few bytes. fwiw, the docs for mod_authzwhatsit don't use trailing dots, though admittedly there are things in the docs I would say differently.