After playing around with this for another half day, I finally got what Eric meant -- so I tried it, like this:

        <Directory "/Library/WebServer/Documents/phpmad">
##              Order allow,deny
##              Allow from all
                CosignProtected On
##              AllowOverride AuthConfig
                AuthType Cosign
##              AuthAuthoritative On
## AuthGroupFile /Library/WebServer/Documents/phpmad/ okay_groups
                Require user cafrica
##              Require group webusers
##              Options All -Indexes +ExecCGI +Includes +MultiViews
##              Satisfy any
        </Directory>

We get through Cosign, but for some reason the directory is still off- limits.

As you can see from the ## commented lines, we've tried a number of configuration options. We also read more on apache authorization, cosign, and the various directives. We've googled for the error and read dozens of web sites about it.

Can anyone see the error?

--
Chris Africa
Web Project Manager
Department of Mechanical Engineering
University of Michigan
734-764-8482
Fridays: 734-355-6577
AIM/iChat/Skype ID: baiewola

On Jun 27, 2007, at 1:57 PM, Eric Covener wrote:

On 6/27/07, Chris Africa <[EMAIL PROTECTED]> wrote:
Hi Everyone.

[Wed Jun 27 08:55:10 2007] [crit] [client 141.212.xxx.xxx]
configuration error:  couldn't check access.  No groups file?: /

ISTR cosign has a weird way of merging some config values -- and it looks
like cosign is declining to participate during authorization.

Have you tried specifying some of the cosign directives in directory
context instead of vhost context (e.g. CosignProtected on)

--
Eric Covener
[EMAIL PROTECTED]

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


!DSPAM:4682a51b266991903312405!





---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to