Bruce Timberlake wrote:
On Thu December 19 2002 06:15, Hans Kristian Eiken wrote:I checked /var/log/httpd/error and the errormessage was: *[Thu Dec 19 14:56:15 2002] [crit] [client xxx.xxx.xxx.xxx] configuration error: couldn't check access. No groups file?: /test Do anyone know what this means?My guess is that in the .htaccess file there's probably a line like: AuthGroupFile /test
No this is the .htaccess file: order allow,deny allow from all require group site-adm Authname "User login" Authtype Basic AuthAuthoritative off AuthPAM_Enabled off And /etc/group says site-adm:*:503:admin,post Hans Kristian Eiken