Re: [EMAIL PROTECTED] 2.2.4 Require file-group seems to forget user authentication

2007-05-11 Thread Joshua Slive
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

[EMAIL PROTECTED] 2.2.4 Require file-group seems to forget user authentication

2007-05-10 Thread TJB
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 (