Try the following:

http://mailman1.u.washington.edu/pipermail/pubcookie-users/2007-April/001662.html

That message is in answer to the following original question, which is 
also worth reading:

http://mailman1.u.washington.edu/pipermail/pubcookie-users/2007-April/001654.html

If the solution at the first link above does not work for you, then I 
recommend making sure that this is not a cosign problem by temporarily 
changing your "require group" directive to "require valid-user".  If 
using "require valid-user" works, then the problem is likely not a 
cosign problem but rather an Apache HTTPD problem.  In any event, I 
recommend trying this just so that you know for sure that you're looking 
in the right place for the problem.

                Mark Montague
                ITCS Web/Database Production Team
                The University of Michigan
                [EMAIL PROTECTED]




On Mon, Apr 21, 2008 9:23 AM, Chris Africa <[EMAIL PROTECTED]> wrote:
> Hi Everyone.
>
> I previously sent this email to the Apache list  
> ([EMAIL PROTECTED]) and received no response, so I'm hoping  
> someone here will be able to help.
>
> I'm running Apache 2 with Cosign 2.1.0rc1 on MOSX Server 10.5.2. I'm  
> trying to require Cosign login on a subfolder of my document root, but  
> Apache appears not to recognize the specified groups file.
>
> Here's the directive in my :443 virtual host.
>       <Directory "/pathtofolder/docroot/myfoldername">
>               CosignProtected On
>               AuthType Cosign
>               AllowOverride AuthConfig
>               AuthGroupFile /pathtofolder/notdocroot/okay_groups
>               Require group specialpeople
>       </Directory>
>
> okay_groups is a single line:
>       specialpeople: user1 user2 user3 user4
>
> And here's the error:
>       [crit] configuration error:  couldn't check access.  No groups  
> file?: /myfoldername/index.php
>
> I'm successfully using the above setup on a server running Apache  
> 1.3 / MOSX Server 10.4.11 with mod_auth. The Apache 2 core/base  
> includes AuthType, AllowOverride, AuthGroupFile and Require, so I've  
> been presuming that I don't need to load any additional modules.  
> However, after reading about some trouble experienced by another  
> admin, I did try -- with no success -- loading mod_authz_user and  
> mod_auth_basic, which were not loaded by default.
>
> Can someone point me in the right direction? Apple's "Web Technologies  
> Administration" document was no help, and Googling for the error  
> didn't return anything directly relevant.
>
> Thank you for your time!
>
> --
> Chris Africa
> Web Project Manager
> Department of Mechanical Engineering
> University of Michigan
> 734-764-8482
> Fridays: 734-730-6221
> AIM/iChat/Skype ID: baiewola
>
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
> Don't miss this year's exciting event. There's still time to save $100. 
> Use priority code J8TL2D2. 
> http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
> _______________________________________________
> Cosign-discuss mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/cosign-discuss
>
>
>   



-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
Cosign-discuss mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/cosign-discuss

Reply via email to