On 5/10/07, TJB <[EMAIL PROTECTED]> wrote:
1) Every request for a missing file results in a request for
reauthentication. To solve this, I've added rewrite rules which check for
file existence. If a requested file doesn't exist, it rewrites the
request to an informative php script. This works w
Hello List:
My goal is to base web access control on the underlying Unix file system
group access. I'm using:
- AuthzUnixgroup (Third-party module which effectively replaces AuthGroupFile
with /etc/group. http://www.unixpapa.com/mod_authz_unixgroup/)
- Apache's "Require file-group" mechanism (