On Wed, 11 Sep 2002, hiroyuki hanai wrote:

| In httpd-std.conf, mod_authn_file.so and mod_authn_dbm.so are loaded
| before mod_auth_basic.so and that's why httpd fails.  If
| mod_auth_basic.so is re-ordered to be loaded before mod_authn_file.so
| and mod_authn_dbm.so, httpd will run well because
| the function `authn_register_provider' is in mod_auth_basic.so.

I'm seeing this on Solaris, as well.

mod_auth_basic.so needs to be loaded prior to the rest of the
mod_auth[xn]_* modules.

/dale

Reply via email to