Authentication required for any IP except localhost?

Alessandro barx at sticazzi.net
Tue Jul 11 02:53:33 PDT 2006


> Alessandro <barx at sticazzi.net> wrote (Monday 10 July 2006 17:15):
>
> >
> >> I want to have free access to cups from localhost, but I want to use AuthType Basic for web access from
> >> any other IP.
>
>
> Try this:
>
> <Location />
>   AuthType Basic
>   Order deny,allow
>   Deny From All
>   Allow From localhost
>   Satisfy Any
> </Location>

<cut>

> Kurt

It worked perfectly.
Thanks a lot.

Barx

Bye




More information about the cups mailing list