mod_authn_defaultmod_authn_default overviewmod_authn_default module is destined to be a backup module if no other authentication module (like mod_auth_basic) is enabled. It simply rejects all authentication credentials.
mod_authn_default directivesAuthDefaultAuthoritative
If AuthDefaultAuthoritative is set to off, authentication will be passed to lower level modules (if any). Note! Normally there are no lower level modules as mod_authn_default is supposed to reside on a very low level. Therefore it is not advisable to chenge the default value (on). |