Contents
- Overview
- Installation & Uninstallation
- Local and remote management using IIS 7
- Context and processing order
- Apache compatibility
- Modules
- core functions
- mod_antibot
- mod_asis
- mod_auth_basic
- mod_auth_digest
- mod_authn_anon
- mod_authn_dbd
- mod_authn_default
- mod_authn_file
- mod_authz_default
- mod_authz_groupfile
- mod_authz_host
- mod_authz_user
- mod_cache
- mod_dbd
- mod_deflate
- mod_developer
- mod_dir
- mod_disk_cache
- mod_env
- mod_evasive
- mod_expires
- mod_filter
- mod_gzip
- mod_headers
- mod_hotlink
- mod_linkfreeze
- mod_log_config
- mod_logio
- mod_mem_cache
- mod_mime
- mod_proxy
- mod_replace
- mod_rewrite
- mod_seo
- mod_setenvif
- mod_so
- mod_speling
- mod_usertrack
- mod_xsendfile
- Articles
- Release history
- Troubleshooting
- License agreement
mod_authz_default
Overview
mod_authz_default module is destined to be a backup module if no other authorization module (like mod_authz_user or mod_authz_groupfile ) is enabled. It simply rejects all authorization credentials.
Related articles and topics
- HTTP Authentication and Authorization
- Enabling site authentication not using Windows users
- mod_auth_digest
- mod_auth_digest
- mod_authn_dbd
- mod_authn_file
- mod_authz_groupfile
- mod_authz_host
- mod_authz_user
Directives
Name | Context | Description |
---|---|---|
AuthzDefaultAuthoritative | S V D .h | contains an SQL query to look up the password for the user |
AuthzDefaultAuthoritative
If
AuthzDefaultAuthoritative
is set to
Off
,
authorization 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 change the default value (
On
).
Syntax
AuthzDefaultAuthoritative On|Off
Default
AuthzDefaultAuthoritative On