directory protection

Hi,

We,ve been trying to protect a dir using filemanager, but we get a “500 error” and looking at the log, i’ve

[Tue Nov 27 16:18:14 2007] [crit] [client xx.xxx.xxx.xxx] configuration error: couldn’t check access. No groups file?: /documentos
Checked if Loadmodule lines are included in /etc/httpd/conf/httpd.conf:
LoadModule authn_file_module /usr/lib64/httpd/modules/mod_authn_file.so
LoadModule auth_basic_module /usr/lib64/httpd/modules/mod_auth_basic.so
LoadModule authz_groupfile_module /usr/lib64/httpd/modules/mod_authz_groupfile.so

Any ideias why?

Thanks

Paulo

PS: CentOS 5 + Iworx 3.0.3

Hi Paulo,

Is there a line like this also:

LoadModule authz_user_module /usr/lib64/httpd/modules/mod_authz_user.so

?

Hi Paul,

Ok… it wasn’t there …

Now it works as it should :wink:

Thanks

Regards