>> I am using apache 1.0.0.
>> It seems that 'require' in .htaccess can not override the
>> order/allow/deny setting in the access.conf.
>> Is it possible to mix the usages of 'require' and 'order/allow/deny'?
>> --
>> :: Sze-Yao Ni
>the NCSA Httpd documentation discusses a directive "satisfy [any|all]".
>it basically says to be authenticated a user must satisfy all of the
>requirements or any of them. to override IP/Domain filtering you would
>use a require after deny/allow followed by a "satify any".
>unfortunately Apache 1.0 does not implement this directive. i
>don't know why. can someone clear this up?
NCSA 1.5 introduced the Satisfy directive, and since Apache has
been tracking compatibility with NCSA 1.3 directives we haven't
been adding newer NCSA features. We are aware of the usefulness
of Satisfy and will be exploring ways to add this functionality
to Apache in the near future, either as NCSA 1.5 compatibility
or buy using our own brand of access control directives.
If anyone out there's already added Satisfy to Apache then drop
me a line.
Cheers,
Ay.
>--brad