Henrik Nordstrom wrote:


http_access deny someacl authacl

prompts for new credentials if matched (denied by authacl)

http_access deny authacl someacl

does nor prompt for new credentials (denied by someacl)


Wow, thanks! It took me a week to ask this question,
and you only minutes to answer it.

In my case, users who should be denied access, would fall to a rule

http_access deny authacl

So I changed that to

acl url_any url_regex .
http_access deny authacl url_any

and it works as promised.

Thanks again,
Pim



Reply via email to