On Fri, Apr 27, 2007 at 05:22:16PM -0400, Jim Jagielski
wrote:
> Are you sure that there are no other conflicting ACLs?
Yes - it's basically the as-distributed httpd.conf file with
the
following addition.
> On Apr 27, 2007, at 1:30 PM, Patrick Welche wrote:
>
> >Basically, bug or configuration error?
> >
> >Using httpd trunk 529626, of Apr 19 2007, I tried a
FAQ configuration
> >with the new authentication framework:
> >
> ><Directory
"/usr/local/share/httpd/htdocs/learn">
> > AuthType basic
> > AuthName "raven test"
> > AuthBasicProvider file
> > AuthUserFile /usr/local/etc/pass.txt
> > <SatisfyOne>
> > Require host quartz.itdept.newn.cam.ac.uk
> > Require ip 192.168.200.180
> > Require valid-user
> > </SatisfyOne>
> ></Directory>
|