On Tue, Jul 22, 2014 at 10:38 AM, Mark jensen <[email protected]> wrote: > apache let 192.168.1.2 && 192.168.1.7 to enter the directory, so where is > the authorization? How can I make this directory available only for > 192.168.1.2 and not to 192.168.1.7?
<requireall> Require valid-user Require ip 192.168.1.2 </requireall> -- Eric Covener [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
