I need to restrict certain user from a BasicAuth configured system to come only from certain IP address but allow the rest to come from anywere.
I know that I can restrict access using Deny
and Allow
directives and know also how to restrict access to users using Require
. But I need a mix of both and I don't have a clue.