On Mon, 2002-04-22 at 12:36, Nik Engel wrote:
> On Mon, 22 Apr 2002, martin f krafft wrote:
> > > Meaning to say, htaccess ist only working from outside. But when i
> > > want
> > > to reache the apache sever from the inside network i don need to
> > > authenticate ? 
> > 
> > Order Allow,Deny
> > Allow from 10.0.0.0/8
> > AuthName "realm name"
> > AuthType Basic
> > AuthUserFile passwd-file
> > AuthAuthoritative off
> > Require valid-user
> > Satisfy any
> 
> That is clear, but i want to have an .htpasswd auth from outside anf
> from inside noauth for the same host:
> 
> meaning :
> .htpassws for any/0 ! 192.168.0.0/8
> 
> is this suitable ?

The Satisfy Any does that. Satisfy Any means that either the Allow or
the Require must be satisfied. The default for Satisfy is All, which
means that both Require and Allow must be satifsfied.

-- 
Tot ziens,

Bart-Jan


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to