Le 21/05/2010 19:20, Eric Covener a écrit :
2010/5/21 Clément Février<clem...@forumanalogue.fr>:
Le 21/05/2010 18:40, Eric Covener a écrit :

[Thu May 20 18:49:02 2010] [error] [client 127.0.0.1] GROUP: clement not
in
required group(s).

sounds like a non-standard module generating this.

What do you mean ? I didn't add a mods manually. I enabled all mods by the
command line a2enmod.

If it cans help, the list of enabled mods :
alias.load
auth_basic.load
auth_digest.load
authn_file.load
auth_pam.load
auth_sys_group.load
authz_default.load
authz_groupfile.load

that's a list of files, not modules.  auth_sys_group and auth_pam sure
like like modules that aren't part of the Apache distribution.

apache2ctl -M reports modules actually loaded by the config.


ok, I didn't know there is a difference between the list of file into the repertory mods-enabled and the "real" enabled mods.

The true list :
apache2ctl -M
Loaded Modules:
 core_module (static)
 log_config_module (static)
 logio_module (static)
 mpm_prefork_module (static)
 http_module (static)
 so_module (static)
 alias_module (shared)
 auth_basic_module (shared)
 auth_digest_module (shared)
 auth_pam_module (shared)
 auth_sys_group_module (shared)
 authn_file_module (shared)
 authz_default_module (shared)
 authz_groupfile_module (shared)
 authz_host_module (shared)
 authz_user_module (shared)
 autoindex_module (shared)
 cgi_module (shared)
 dav_module (shared)
 dav_fs_module (shared)
 deflate_module (shared)
 dir_module (shared)
 env_module (shared)
 headers_module (shared)
 mime_module (shared)
 negotiation_module (shared)
 perl_module (shared)
 php5_module (shared)
 python_module (shared)
 reqtimeout_module (shared)
 rewrite_module (shared)
 setenvif_module (shared)
 status_module (shared)
 userdir_module (shared)
Syntax OK

I see the auth_sys_group and auth_pam mods. I don't add the both. You said it's not a part of apache distribution. Maybe it's a particular case of ubuntu package.

--
Clément Février
http://www.forumanalogue.fr/
Président d'Ubuntu-Lyon
http://www.ubuntu-lyon.org/?accueil

---------------------------------------------------------------------
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-unsubscr...@httpd.apache.org
  "   from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to