On Tue, Jul 22, 2014 at 10:38 AM, Mark jensen <ngiw2...@hotmail.com> 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
cove...@gmail.com

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to