Re: [EMAIL PROTECTED] Using both require user/group in .htaccess

2006-08-20 Thread Kyle Tucker
On Sun, Aug 20, 2006 at 06:52:45PM -0400, Joshua Slive wrote: > On 8/20/06, Kyle Tucker <[EMAIL PROTECTED]> wrote: > > > >AuthName "Subdirectory Area Restricted Access" > >AuthType Basic > >AuthUserFile /etc/httpd/conf/htpasswd > >AuthGroupFile /etc/httpd/conf/htgroup > >require group testgrp > >re

Re: [EMAIL PROTECTED] Using both require user/group in .htaccess

2006-08-20 Thread Joshua Slive
On 8/20/06, Kyle Tucker <[EMAIL PROTECTED]> wrote: AuthName "Subdirectory Area Restricted Access" AuthType Basic AuthUserFile /etc/httpd/conf/htpasswd AuthGroupFile /etc/httpd/conf/htgroup require group testgrp require user someuser I don't think you can do that in 2.2. The dev version (2.3/2.

[EMAIL PROTECTED] Using both require user/group in .htaccess

2006-08-20 Thread Kyle Tucker
Hi all, I've spent way more time on this than I thought it would take, but I can't lick this one. Per this document I found on the net (http://linux.dbw.org/articles/apache_userauth.html) I am supposed to be able to use both require user and require groups in one .htaccess file. But no matt