configuration error: couldn’t check access. No groups file?
(in Apache on 2008/12/31)If you see this in Apache 2.2.x, you’re using a Require type that no module recognizes, and you don’t have mod_authz_default loaded
If you’re just using “Require valid-user”, you need mod_authz_user loaded.
You would only hit this if you don’t start with the default config file, or you over-aggressively remove modules.
