From f22c611ab19e90cfb43a17fc3a501095c2f893e7 Mon Sep 17 00:00:00 2001 From: André Malo Date: Mon, 9 Dec 2002 22:27:16 +0000 Subject: update transformation git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97825 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_authz_default.html.en | 39 +++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 docs/manual/mod/mod_authz_default.html.en (limited to 'docs/manual/mod/mod_authz_default.html.en') diff --git a/docs/manual/mod/mod_authz_default.html.en b/docs/manual/mod/mod_authz_default.html.en new file mode 100644 index 0000000000..02b00a80ad --- /dev/null +++ b/docs/manual/mod/mod_authz_default.html.en @@ -0,0 +1,39 @@ + + +mod_authz_default - Apache HTTP Server
<-
Apache > HTTP Server > Documentation > Version 2.1 > Modules

Apache Module mod_authz_default

Description: + Authorization fallback module
Status: + Base
Module Identifier: + authz_default_module
Source File: + mod_authz_default.c
Compatibility: + Available in Apache 2.1 and later

Summary

+

This module is designed to be the fallback module, if you don't + have configured an authorization module like + mod_authz_user or mod_authz_groupfile. + It simply rejects any authorization request.

+
top

AuthzDefaultAuthoritative Directive

Description: + Sets whether authorization is passed to lower level +modules
Syntax: + AuthzDefaultAuthoritative On|Off
Default: + AuthzDefaultAuthoritative On
Context: + directory, .htaccess
Override: + AuthConfig
Status: + Base
Module: + mod_authz_default
+

Setting the AuthzDefaultAuthoritative directive + explicitly to Off allows for authorization to be passed on + to lower level modules (as defined in the modules.c + files).

+ +

Note

+

Normally there are no lower level modules, since + mod_authz_default is defined to be already on + a very low level. Therefore you should leave the value of + AuthzDefaultAuthoritative as default + (On).

+
+
\ No newline at end of file -- cgit v1.2.3