Re: [EMAIL PROTECTED] Restriction of access using both mod_authz_host and mod_auth_basic

2007-10-04 Thread Roberto Suarez Soto
On Oct/04, Joshua Slive wrote: > You're looking for the Satisfy directive. Also see: > http://wiki.apache.org/httpd/BypassAuthenticationOrAuthorizationRequirements That's it. Thank you very much, it's precisely what I needed. -- Roberto Suarez Soto Al

Re: [EMAIL PROTECTED] Restriction of access using both mod_authz_host and mod_auth_basic

2007-10-04 Thread Joshua Slive
On 10/4/07, Roberto Suarez Soto <[EMAIL PROTECTED]> wrote: > Hi, > > I have a website that I want only a few selected IPs to see. For > this, I use "Allow from" directives in the VirtualHost section of this > website. But besides, I have some people that use dynamic IP addresses (so > I can

[EMAIL PROTECTED] Restriction of access using both mod_authz_host and mod_auth_basic

2007-10-04 Thread Roberto Suarez Soto
Hi, I have a website that I want only a few selected IPs to see. For this, I use "Allow from" directives in the VirtualHost section of this website. But besides, I have some people that use dynamic IP addresses (so I can't use "Allow from") and that must see the website too. So, ideally, I