Hello I'm migrating an apache 2.0.54 to 2.2 I've corrected nearly all configs related problems but just can't solve this one : my web server just deny me from using or not any authentication with groups. It's for a small familly web site so I have just a few users: I use text passwd files, no groups. Since 2.2 version, nobody can login no more and httpd just say : configuration error: couldn't check access. No groups file?: / (whenever I enable/disable AuthGroupFile and/or mod_authz_groupfile) Before migrating, my auth conf was this : ---------------------------------- AuthUserFile /etc/apache/.htpasswd AuthGroupFile /dev/null AuthName "Private Area" AuthType Basic <Limit GET POST HEAD> order deny,allow require valid-user deny from all </Limit> -------------- after : ---------------------------------- AuthUserFile /etc/apache/.htpasswd #AuthGroupFile /dev/null AuthBasicProvider file AuthName "Private Area" AuthType Basic <Limit GET POST HEAD> order deny,allow require valid-user deny from all </Limit> -------------- All my modules are : Compiled in modules: core.c mod_authn_file.c mod_authz_host.c mod_authz_groupfile.c # just added it, in case.... mod_auth_basic.c mod_deflate.c mod_log_config.c mod_env.c mod_expires.c mod_headers.c mod_setenvif.c event.c http_core.c mod_mime.c mod_cgi.c mod_vhost_alias.c mod_dir.c mod_actions.c mod_alias.c (there are all statically linked; OS is a FreeBSD 5.4). Can someone point me my error ? T.I.A. Z. --------------------------------------------------------------------- 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: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx