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
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
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