Hi,

I am trying to upgrade my apache installation to apach2 from apache
1.3, but I keep getting the following message whenever I try to load a
protected page.

[Mon Mar 27 16:08:33 2006] [crit] [client 192.168.0.5] configuration
error:  couldn't check access.  No groups file?: /rms, referer:
https://wiki/

My .htaccess file looks like this:
AuthPAM_Enabled on
AuthPAM_FallThrough off

AuthName "RMS Wiki"
AuthType Basic
require group developer

This should be handled by mod_auth_pam, which appears to be loaded
correctly.  At least apache does not complain about the AuthPam_*
directives.

I googled around to see if I could find the answer to this dilema, and
I did find similar errors with people using all sorts of different
authentication mechanisims, like kerbos, but none of the proposed
solutions worked for me.

Thanks for any help.
- Michael

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