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
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.
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