Forum Moderators: phranque
Deny from 51.15 51.68
for combining IPs on a single line. If you goofed and said Deny from 51.15, 51.68
it would throw logs into Lookups mode, making them a bother to read but with no other effect on functionality. (Except possibly the “51.15,” element, which might not be read as an IP.) Require ip 51.15, 51.68
the server proceeds directly to 500. No prizes for guessing how I know this. This, in turn, means 2.4 is not quite as ready as 2.2 to go into Lookups mode. You’d have to tell it explicitly.
Quick experimenting on test site provides reassurance that mod_access_compat isn’t affected by the comma. It doesn’t even seem to go into Lookups mode, which is unexpected.