diff --git a/docs/manual/mod/directives.html.de b/docs/manual/mod/directives.html.de
index e8dfc92c6b..c93a08e7ae 100644
--- a/docs/manual/mod/directives.html.de
+++ b/docs/manual/mod/directives.html.de
@@ -88,7 +88,6 @@
AuthDigestQop
AuthDigestShmemSize
AuthGroupFile
-AuthLDAPAuthoritative
AuthLDAPBindDN
AuthLDAPBindPassword
AuthLDAPCharsetConfig
@@ -105,6 +104,7 @@
AuthzDBMType
AuthzDefaultAuthoritative
AuthzGroupFileAuthoritative
+AuthzLDAPAuthoritative
AuthzOwnerAuthoritative
AuthzUserAuthoritative
BrowserMatch
diff --git a/docs/manual/mod/directives.html.en b/docs/manual/mod/directives.html.en
index 25f598074d..e620f73fac 100644
--- a/docs/manual/mod/directives.html.en
+++ b/docs/manual/mod/directives.html.en
@@ -89,7 +89,6 @@
AuthDigestQop
AuthDigestShmemSize
AuthGroupFile
-AuthLDAPAuthoritative
AuthLDAPBindDN
AuthLDAPBindPassword
AuthLDAPCharsetConfig
@@ -106,6 +105,7 @@
AuthzDBMType
AuthzDefaultAuthoritative
AuthzGroupFileAuthoritative
+AuthzLDAPAuthoritative
AuthzOwnerAuthoritative
AuthzUserAuthoritative
BrowserMatch
diff --git a/docs/manual/mod/directives.html.es b/docs/manual/mod/directives.html.es
index 772a0f54ac..615e000821 100644
--- a/docs/manual/mod/directives.html.es
+++ b/docs/manual/mod/directives.html.es
@@ -91,7 +91,6 @@
AuthDigestQop
AuthDigestShmemSize
AuthGroupFile
-AuthLDAPAuthoritative
AuthLDAPBindDN
AuthLDAPBindPassword
AuthLDAPCharsetConfig
@@ -108,6 +107,7 @@
AuthzDBMType
AuthzDefaultAuthoritative
AuthzGroupFileAuthoritative
+AuthzLDAPAuthoritative
AuthzOwnerAuthoritative
AuthzUserAuthoritative
BrowserMatch
diff --git a/docs/manual/mod/directives.html.ja.euc-jp b/docs/manual/mod/directives.html.ja.euc-jp
index e369758d3a..2bf2c8a163 100644
--- a/docs/manual/mod/directives.html.ja.euc-jp
+++ b/docs/manual/mod/directives.html.ja.euc-jp
@@ -86,7 +86,6 @@
AuthDigestQop
AuthDigestShmemSize
AuthGroupFile
-AuthLDAPAuthoritative
AuthLDAPBindDN
AuthLDAPBindPassword
AuthLDAPCharsetConfig
@@ -103,6 +102,7 @@
AuthzDBMType
AuthzDefaultAuthoritative
AuthzGroupFileAuthoritative
+AuthzLDAPAuthoritative
AuthzOwnerAuthoritative
AuthzUserAuthoritative
BrowserMatch
diff --git a/docs/manual/mod/directives.html.ko.euc-kr b/docs/manual/mod/directives.html.ko.euc-kr
index 8ba1b1b9a8..9cab1e8353 100644
--- a/docs/manual/mod/directives.html.ko.euc-kr
+++ b/docs/manual/mod/directives.html.ko.euc-kr
@@ -86,7 +86,6 @@
AuthDigestQop
AuthDigestShmemSize
AuthGroupFile
-AuthLDAPAuthoritative
AuthLDAPBindDN
AuthLDAPBindPassword
AuthLDAPCharsetConfig
@@ -103,6 +102,7 @@
AuthzDBMType
AuthzDefaultAuthoritative
AuthzGroupFileAuthoritative
+AuthzLDAPAuthoritative
AuthzOwnerAuthoritative
AuthzUserAuthoritative
BrowserMatch
diff --git a/docs/manual/mod/mod_authnz_ldap.html.en b/docs/manual/mod/mod_authnz_ldap.html.en
index 9b6c9f2e78..c2ae155328 100644
--- a/docs/manual/mod/mod_authnz_ldap.html.en
+++ b/docs/manual/mod/mod_authnz_ldap.html.en
@@ -58,7 +58,6 @@ for HTTP Basic authentication.
Directives
Topics
@@ -260,21 +260,21 @@ for HTTP Basic authentication.
The attribute specified in the
URL is used in compare operations for the require
- user operation. |
+ ldap-user operation.
AuthLDAPCompareDNOnServer |
Determines the behavior of the
- require dn directive. |
+ require ldap-dn directive.
AuthLDAPGroupAttribute |
Determines the attribute to
- use for comparisons in the require group
+ use for comparisons in the require ldap-group
directive. |
@@ -283,7 +283,7 @@ for HTTP Basic authentication.
Specifies whether to use the
user DN or the username when doing comparisons for the
- require group directive. |
+ require ldap-group directive.
@@ -304,7 +304,7 @@ for HTTP Basic authentication.
access to any user that has successfully authenticated during the
search/bind phase. Requires that mod_authz_user be
loaded and that the
- AuthLDAPAuthoritative
+ AuthzLDAPAuthoritative
directive be set to off.
@@ -513,12 +513,12 @@ require valid-user
that gets created in the web
AuthLDAPURL "the url"
-AuthLDAPAuthoritative off
+AuthzLDAPAuthoritative off
AuthGroupFile mygroupfile
require group mygroupfile
- AuthLDAPAuthoritative
+
AuthzLDAPAuthoritative
must be off to allow mod_authnz_ldap to decline group
authentication so that Apache will fall back to file
authentication for checking group membership. This allows the
@@ -579,25 +579,6 @@ require group mygroupfile
and won't be able to find the FrontPage-managed user file.
-
-
-
-
-
Set to off if this module should let other
- authentication modules attempt to authenticate the user, should
- authentication with this module fail. Control is only passed on
- to lower modules if there is no DN or rule that matches the
- supplied user name (as passed by the client).
-
@@ -849,6 +830,25 @@ environment variable
See above for examples of AuthLDAPURL URLs.
+
+
+
+
+
Set to off if this module should let other
+ authentication modules attempt to authenticate the user, should
+ authentication with this module fail. Control is only passed on
+ to lower modules if there is no DN or rule that matches the
+ supplied user name (as passed by the client).
+
diff --git a/docs/manual/mod/mod_proxy.html.en b/docs/manual/mod/mod_proxy.html.en
index 8359a9053d..786862070c 100644
--- a/docs/manual/mod/mod_proxy.html.en
+++ b/docs/manual/mod/mod_proxy.html.en
@@ -35,14 +35,16 @@
This module implements a proxy/gateway for Apache. It implements
- proxying capability for FTP, CONNECT (for SSL),
+ proxying capability for AJP13 (Apache JServe Protocol
+ version 1.3), FTP, CONNECT (for SSL),
HTTP/0.9, HTTP/1.0, and HTTP/1.1.
The module can be configured to connect to other proxy modules for these
and other protocols.
Apache's proxy features are divided into several modules in
addition to mod_proxy:
- mod_proxy_http, mod_proxy_ftp
+ mod_proxy_http, mod_proxy_ftp,
+ mod_proxy_ajp, mod_proxy_balancer,
and mod_proxy_connect. Thus, if you want to use
one or more of the particular proxy functions, load
mod_proxy and the appropriate module(s)
@@ -448,7 +450,7 @@ directly
(sometimes used in the netmask form 255.255.0.0)
192.168.112.0/21
the subnet 192.168.112.0/21 with a netmask of 21
- valid bits (also used in the form 255.255.248.0)
+ valid bits (also used in the form 255.255.248.0)
As a degenerate case, a SubNet with 32 valid bits is the
@@ -651,7 +653,8 @@ proxied
This directive is useful for reverse-proxy setups, where you want to
have a common look and feel on the error pages seen by the end user.
- This also allows for included files (via mod_include's SSI) to get
+ This also allows for included files (via
+ mod_include's SSI) to get
the error code and act accordingly (default behavior would display
the error page of the proxied server, turning this on shows the SSI
Error message).
@@ -752,7 +755,7 @@ through
Note
Order is important. you need to put the exclusions before the
- general proxypass directive.
+ general
ProxyPass directive.
When used inside a <Location> section, the first argument is omitted and the local
@@ -800,8 +803,8 @@ proxied server
ProxyPass /mirror/foo/ http://backend.example.com/
- ProxyPassReverse /mirror/foo/ http://backend.example.com/
- ProxyPassReverseCookieDomain backend.example.com public.example.com
+ ProxyPassReverse /mirror/foo/ http://backend.example.com/
+ ProxyPassReverseCookieDomain backend.example.com public.example.com
ProxyPassReverseCookiePath / /mirror/foo/
@@ -871,7 +874,7 @@ request
When enabled, this option will pass the Host: line from the incoming
request to the proxied host, instead of the hostname specified in the
- proxypass line.
+ ProxyPass line.
This option should normally be turned Off. It is mostly
useful in special configurations like proxied mass name-based virtual
@@ -1011,7 +1014,7 @@ header for proxied requests
| Module: | mod_proxy |
This directive controls the use of the Via: HTTP
- header by the proxy. Its intended use is to control the flow of of
+ header by the proxy. Its intended use is to control the flow of
proxy requests along a chain of proxy servers. See RFC 2616 (HTTP/1.1), section
14.45 for an explanation of Via: header lines.
diff --git a/docs/manual/mod/mod_proxy_ajp.html.en b/docs/manual/mod/mod_proxy_ajp.html.en
index 813bdeb002..88b743b201 100644
--- a/docs/manual/mod/mod_proxy_ajp.html.en
+++ b/docs/manual/mod/mod_proxy_ajp.html.en
@@ -27,7 +27,8 @@
mod_proxy
| Status: | Extension |
| Module Identifier: | proxy_ajp_module |
-| Source File: | proxy_ajp.c |
+| Source File: | proxy_ajp.c |
+| Compatibility: | Available in version 2.1 and later |
Summary
This module requires the service of mod_proxy. It provides support for the
diff --git a/docs/manual/mod/mod_proxy_balancer.html.en b/docs/manual/mod/mod_proxy_balancer.html.en
index 5f31a8badc..bfe4323798 100644
--- a/docs/manual/mod/mod_proxy_balancer.html.en
+++ b/docs/manual/mod/mod_proxy_balancer.html.en
@@ -27,7 +27,8 @@
load balancing
| Status: | Extension |
| Module Identifier: | proxy_balancer_module |
-| Source File: | proxy_balancer.c |
+| Source File: | proxy_balancer.c |
+| Compatibility: | Available in version 2.1 and later |
Summary
This module requires the service of mod_proxy. It provides load balancing support for
diff --git a/docs/manual/mod/quickreference.html.de b/docs/manual/mod/quickreference.html.de
index 2b16a922ee..c15c7f360c 100644
--- a/docs/manual/mod/quickreference.html.de
+++ b/docs/manual/mod/quickreference.html.de
@@ -165,32 +165,32 @@ authentication
of clients
| AuthGroupFile file-path | | dh | B |
| Sets the name of a text file containing the list
of user groups for authentication |
-| AuthLDAPAuthoritative on|off | on | dh | E |
| Prevent other authentication modules from
-authenticating the user if this one fails |
-| AuthLDAPBindDN distinguished-name | | dh | E |
| Optional DN to use in binding to the LDAP server |
-| AuthLDAPBindPassword password | | dh | E |
| Password used in conjuction with the bind DN |
-| AuthLDAPCharsetConfig file-path | | s | E |
| Language to charset conversion configuration file |
-| AuthLDAPCompareDNOnServer on|off | on | dh | E |
| Use the LDAP server to compare the DNs |
-| AuthLDAPDereferenceAliases never|searching|finding|always | Always | dh | E |
| When will the module de-reference aliases |
-| AuthLDAPGroupAttribute attribute | | dh | E |
| LDAP attributes used to check for group membership |
-| AuthLDAPGroupAttributeIsDN on|off | on | dh | E |
| Use the DN of the client username when checking for
+ |
| AuthLDAPBindDN distinguished-name | | dh | E |
| Optional DN to use in binding to the LDAP server |
+| AuthLDAPBindPassword password | | dh | E |
| Password used in conjuction with the bind DN |
+| AuthLDAPCharsetConfig file-path | | s | E |
| Language to charset conversion configuration file |
+| AuthLDAPCompareDNOnServer on|off | on | dh | E |
| Use the LDAP server to compare the DNs |
+| AuthLDAPDereferenceAliases never|searching|finding|always | Always | dh | E |
| When will the module de-reference aliases |
+| AuthLDAPGroupAttribute attribute | | dh | E |
| LDAP attributes used to check for group membership |
+| AuthLDAPGroupAttributeIsDN on|off | on | dh | E |
| Use the DN of the client username when checking for
group membership |
-| AuthLDAPRemoteUserIsDN on|off | off | dh | E |
| Use the DN of the client username to set the REMOTE_USER
+ |
| AuthLDAPRemoteUserIsDN on|off | off | dh | E |
| Use the DN of the client username to set the REMOTE_USER
environment variable |
-| AuthLDAPUrl url | | dh | E |
| URL specifying the LDAP search parameters |
-| AuthName auth-Bereich | | dh | C |
| Autorisierungsbereich zur Verwendung in der
+ |
| AuthLDAPUrl url | | dh | E |
| URL specifying the LDAP search parameters |
+| AuthName auth-Bereich | | dh | C |
| Autorisierungsbereich zur Verwendung in der
HTTP-Authentisierung |
-| AuthType Basic|Digest | | dh | C |
| Art der Authentisierung |
-| AuthUserFile file-path | | dh | B |
| Sets the name of a text file containing the list of users and
+ |
| AuthType Basic|Digest | | dh | C |
| Art der Authentisierung |
+| AuthUserFile file-path | | dh | B |
| Sets the name of a text file containing the list of users and
passwords for authentication |
-| AuthzDBMAuthoritative On|Off | On | dh | E |
| Sets whether authorization will be passed on to lower level
+ |
| AuthzDBMAuthoritative On|Off | On | dh | E |
| Sets whether authorization will be passed on to lower level
modules |
-| AuthzDBMType default|SDBM|GDBM|NDBM|DB | default | dh | E |
| Sets the type of database file that is used to
+ |
| AuthzDBMType default|SDBM|GDBM|NDBM|DB | default | dh | E |
| Sets the type of database file that is used to
store passwords |
-| AuthzDefaultAuthoritative On|Off | On | dh | B |
| Sets whether authorization is passed to lower level
+ |
| AuthzDefaultAuthoritative On|Off | On | dh | B |
| Sets whether authorization is passed to lower level
modules |
-| AuthzGroupFileAuthoritative On|Off | On | dh | B |
| Sets whether authorization will be passed on to lower level
+ |
| AuthzGroupFileAuthoritative On|Off | On | dh | B |
| Sets whether authorization will be passed on to lower level
modules |
+| AuthzLDAPAuthoritative on|off | on | dh | E |
| Prevent other authentication modules from
+authenticating the user if this one fails |
| AuthzOwnerAuthoritative On|Off | On | dh | E |
| Sets whether authorization will be passed on to lower level
modules |
| AuthzUserAuthoritative On|Off | On | dh | B |
| Sets whether authorization will be passed on to lower level
diff --git a/docs/manual/mod/quickreference.html.en b/docs/manual/mod/quickreference.html.en
index 60871f5290..82474cfeb9 100644
--- a/docs/manual/mod/quickreference.html.en
+++ b/docs/manual/mod/quickreference.html.en
@@ -161,32 +161,32 @@ authentication |
of clients
| AuthGroupFile file-path | | dh | B |
| Sets the name of a text file containing the list
of user groups for authentication |
-| AuthLDAPAuthoritative on|off | on | dh | E |
| Prevent other authentication modules from
-authenticating the user if this one fails |
-| AuthLDAPBindDN distinguished-name | | dh | E |
| Optional DN to use in binding to the LDAP server |
-| AuthLDAPBindPassword password | | dh | E |
| Password used in conjuction with the bind DN |
-| AuthLDAPCharsetConfig file-path | | s | E |
| Language to charset conversion configuration file |
-| AuthLDAPCompareDNOnServer on|off | on | dh | E |
| Use the LDAP server to compare the DNs |
-| AuthLDAPDereferenceAliases never|searching|finding|always | Always | dh | E |
| When will the module de-reference aliases |
-| AuthLDAPGroupAttribute attribute | | dh | E |
| LDAP attributes used to check for group membership |
-| AuthLDAPGroupAttributeIsDN on|off | on | dh | E |
| Use the DN of the client username when checking for
+ |
| AuthLDAPBindDN distinguished-name | | dh | E |
| Optional DN to use in binding to the LDAP server |
+| AuthLDAPBindPassword password | | dh | E |
| Password used in conjuction with the bind DN |
+| AuthLDAPCharsetConfig file-path | | s | E |
| Language to charset conversion configuration file |
+| AuthLDAPCompareDNOnServer on|off | on | dh | E |
| Use the LDAP server to compare the DNs |
+| AuthLDAPDereferenceAliases never|searching|finding|always | Always | dh | E |
| When will the module de-reference aliases |
+| AuthLDAPGroupAttribute attribute | | dh | E |
| LDAP attributes used to check for group membership |
+| AuthLDAPGroupAttributeIsDN on|off | on | dh | E |
| Use the DN of the client username when checking for
group membership |
-| AuthLDAPRemoteUserIsDN on|off | off | dh | E |
| Use the DN of the client username to set the REMOTE_USER
+ |
| AuthLDAPRemoteUserIsDN on|off | off | dh | E |
| Use the DN of the client username to set the REMOTE_USER
environment variable |
-| AuthLDAPUrl url | | dh | E |
| URL specifying the LDAP search parameters |
-| AuthName auth-domain | | dh | C |
| Authorization realm for use in HTTP
+ |
| AuthLDAPUrl url | | dh | E |
| URL specifying the LDAP search parameters |
+| AuthName auth-domain | | dh | C |
| Authorization realm for use in HTTP
authentication |
-| AuthType Basic|Digest | | dh | C |
| Type of user authentication |
-| AuthUserFile file-path | | dh | B |
| Sets the name of a text file containing the list of users and
+ |
| AuthType Basic|Digest | | dh | C |
| Type of user authentication |
+| AuthUserFile file-path | | dh | B |
| Sets the name of a text file containing the list of users and
passwords for authentication |
-| AuthzDBMAuthoritative On|Off | On | dh | E |
| Sets whether authorization will be passed on to lower level
+ |
| AuthzDBMAuthoritative On|Off | On | dh | E |
| Sets whether authorization will be passed on to lower level
modules |
-| AuthzDBMType default|SDBM|GDBM|NDBM|DB | default | dh | E |
| Sets the type of database file that is used to
+ |
| AuthzDBMType default|SDBM|GDBM|NDBM|DB | default | dh | E |
| Sets the type of database file that is used to
store passwords |
-| AuthzDefaultAuthoritative On|Off | On | dh | B |
| Sets whether authorization is passed to lower level
+ |
| AuthzDefaultAuthoritative On|Off | On | dh | B |
| Sets whether authorization is passed to lower level
modules |
-| AuthzGroupFileAuthoritative On|Off | On | dh | B |
| Sets whether authorization will be passed on to lower level
+ |
| AuthzGroupFileAuthoritative On|Off | On | dh | B |
| Sets whether authorization will be passed on to lower level
modules |
+| AuthzLDAPAuthoritative on|off | on | dh | E |
| Prevent other authentication modules from
+authenticating the user if this one fails |
| AuthzOwnerAuthoritative On|Off | On | dh | E |
| Sets whether authorization will be passed on to lower level
modules |
| AuthzUserAuthoritative On|Off | On | dh | B |
| Sets whether authorization will be passed on to lower level
diff --git a/docs/manual/mod/quickreference.html.es b/docs/manual/mod/quickreference.html.es
index edc4de61b3..ac45fcab0c 100644
--- a/docs/manual/mod/quickreference.html.es
+++ b/docs/manual/mod/quickreference.html.es
@@ -164,32 +164,32 @@ authentication |
of clients
| AuthGroupFile file-path | | dh | B |
| Sets the name of a text file containing the list
of user groups for authentication |
-| AuthLDAPAuthoritative on|off | on | dh | E |
| Prevent other authentication modules from
-authenticating the user if this one fails |
-| AuthLDAPBindDN distinguished-name | | dh | E |
| Optional DN to use in binding to the LDAP server |
-| AuthLDAPBindPassword password | | dh | E |
| Password used in conjuction with the bind DN |
-| AuthLDAPCharsetConfig file-path | | s | E |
| Language to charset conversion configuration file |
-| AuthLDAPCompareDNOnServer on|off | on | dh | E |
| Use the LDAP server to compare the DNs |
-| AuthLDAPDereferenceAliases never|searching|finding|always | Always | dh | E |
| When will the module de-reference aliases |
-| AuthLDAPGroupAttribute attribute | | dh | E |
| LDAP attributes used to check for group membership |
-| AuthLDAPGroupAttributeIsDN on|off | on | dh | E |
| Use the DN of the client username when checking for
+ |
| AuthLDAPBindDN distinguished-name | | dh | E |
| Optional DN to use in binding to the LDAP server |
+| AuthLDAPBindPassword password | | dh | E |
| Password used in conjuction with the bind DN |
+| AuthLDAPCharsetConfig file-path | | s | E |
| Language to charset conversion configuration file |
+| AuthLDAPCompareDNOnServer on|off | on | dh | E |
| Use the LDAP server to compare the DNs |
+| AuthLDAPDereferenceAliases never|searching|finding|always | Always | dh | E |
| When will the module de-reference aliases |
+| AuthLDAPGroupAttribute attribute | | dh | E |
| LDAP attributes used to check for group membership |
+| AuthLDAPGroupAttributeIsDN on|off | on | dh | E |
| Use the DN of the client username when checking for
group membership |
-| AuthLDAPRemoteUserIsDN on|off | off | dh | E |
| Use the DN of the client username to set the REMOTE_USER
+ |
| AuthLDAPRemoteUserIsDN on|off | off | dh | E |
| Use the DN of the client username to set the REMOTE_USER
environment variable |
-| AuthLDAPUrl url | | dh | E |
| URL specifying the LDAP search parameters |
-| AuthName auth-domain | | dh | C |
| Authorization realm for use in HTTP
+ |
| AuthLDAPUrl url | | dh | E |
| URL specifying the LDAP search parameters |
+| AuthName auth-domain | | dh | C |
| Authorization realm for use in HTTP
authentication |
-| AuthType Basic|Digest | | dh | C |
| Type of user authentication |
-| AuthUserFile file-path | | dh | B |
| Sets the name of a text file containing the list of users and
+ |
| AuthType Basic|Digest | | dh | C |
| Type of user authentication |
+| AuthUserFile file-path | | dh | B |
| Sets the name of a text file containing the list of users and
passwords for authentication |
-| AuthzDBMAuthoritative On|Off | On | dh | E |
| Sets whether authorization will be passed on to lower level
+ |
| AuthzDBMAuthoritative On|Off | On | dh | E |
| Sets whether authorization will be passed on to lower level
modules |
-| AuthzDBMType default|SDBM|GDBM|NDBM|DB | default | dh | E |
| Sets the type of database file that is used to
+ |
| AuthzDBMType default|SDBM|GDBM|NDBM|DB | default | dh | E |
| Sets the type of database file that is used to
store passwords |
-| AuthzDefaultAuthoritative On|Off | On | dh | B |
| Sets whether authorization is passed to lower level
+ |
| AuthzDefaultAuthoritative On|Off | On | dh | B |
| Sets whether authorization is passed to lower level
modules |
-| AuthzGroupFileAuthoritative On|Off | On | dh | B |
| Sets whether authorization will be passed on to lower level
+ |
| AuthzGroupFileAuthoritative On|Off | On | dh | B |
| Sets whether authorization will be passed on to lower level
modules |
+| AuthzLDAPAuthoritative on|off | on | dh | E |
| Prevent other authentication modules from
+authenticating the user if this one fails |
| AuthzOwnerAuthoritative On|Off | On | dh | E |
| Sets whether authorization will be passed on to lower level
modules |
| AuthzUserAuthoritative On|Off | On | dh | B |
| Sets whether authorization will be passed on to lower level
diff --git a/docs/manual/mod/quickreference.html.ja.euc-jp b/docs/manual/mod/quickreference.html.ja.euc-jp
index 20e821be08..2656e672a2 100644
--- a/docs/manual/mod/quickreference.html.ja.euc-jp
+++ b/docs/manual/mod/quickreference.html.ja.euc-jp
@@ -157,29 +157,29 @@ authentication |
of clients
| AuthGroupFile file-path | | dh | B |
| ǧ¾Ú¤Ë»ÈÍѤ¹¤ë¥æ¡¼¥¶¥°¥ë¡¼¥×¤Î°ìÍ÷¤¬³ÊǼ¤µ¤ì¤Æ¤¤¤ë¡¢
¥Æ¥¥¹¥È¥Õ¥¡¥¤¥ë¤Î̾Á°¤òÀßÄꤹ¤ë |
-| AuthLDAPAuthoritative on|off | on | dh | E |
| Prevent other authentication modules from
-authenticating the user if this one fails |
-| AuthLDAPBindDN distinguished-name | | dh | E |
| Optional DN to use in binding to the LDAP server |
-| AuthLDAPBindPassword password | | dh | E |
| Password used in conjuction with the bind DN |
-| AuthLDAPCharsetConfig file-path | | s | E |
| Language to charset conversion configuration file |
-| AuthLDAPCompareDNOnServer on|off | on | dh | E |
| Use the LDAP server to compare the DNs |
-| AuthLDAPDereferenceAliases never|searching|finding|always | Always | dh | E |
| When will the module de-reference aliases |
-| AuthLDAPGroupAttribute attribute | | dh | E |
| LDAP attributes used to check for group membership |
-| AuthLDAPGroupAttributeIsDN on|off | on | dh | E |
| Use the DN of the client username when checking for
+ |
| AuthLDAPBindDN distinguished-name | | dh | E |
| Optional DN to use in binding to the LDAP server |
+| AuthLDAPBindPassword password | | dh | E |
| Password used in conjuction with the bind DN |
+| AuthLDAPCharsetConfig file-path | | s | E |
| Language to charset conversion configuration file |
+| AuthLDAPCompareDNOnServer on|off | on | dh | E |
| Use the LDAP server to compare the DNs |
+| AuthLDAPDereferenceAliases never|searching|finding|always | Always | dh | E |
| When will the module de-reference aliases |
+| AuthLDAPGroupAttribute attribute | | dh | E |
| LDAP attributes used to check for group membership |
+| AuthLDAPGroupAttributeIsDN on|off | on | dh | E |
| Use the DN of the client username when checking for
group membership |
-| AuthLDAPRemoteUserIsDN on|off | off | dh | E |
| Use the DN of the client username to set the REMOTE_USER
+ |
| AuthLDAPRemoteUserIsDN on|off | off | dh | E |
| Use the DN of the client username to set the REMOTE_USER
environment variable |
-| AuthLDAPUrl url | | dh | E |
| URL specifying the LDAP search parameters |
-| AuthName auth-domain | | dh | C |
| HTTP ǧ¾Ú¤Îǧ²ÄÎΰè (ÌõÃí: realm) |
-| AuthType Basic|Digest | | dh | C |
| ¥æ¡¼¥¶Ç§¾Ú¤Î¼ïÎà |
-| AuthUserFile file-path | | dh | B |
| ǧ¾Ú¤Ë»ÈÍѤ¹¤ë¥æ¡¼¥¶¤È¥Ñ¥¹¥ï¡¼¥É¤Î°ìÍ÷¤¬³ÊǼ¤µ¤ì¤Æ¤¤¤ë¡¢
+ |
| AuthLDAPUrl url | | dh | E |
| URL specifying the LDAP search parameters |
+| AuthName auth-domain | | dh | C |
| HTTP ǧ¾Ú¤Îǧ²ÄÎΰè (ÌõÃí: realm) |
+| AuthType Basic|Digest | | dh | C |
| ¥æ¡¼¥¶Ç§¾Ú¤Î¼ïÎà |
+| AuthUserFile file-path | | dh | B |
| ǧ¾Ú¤Ë»ÈÍѤ¹¤ë¥æ¡¼¥¶¤È¥Ñ¥¹¥ï¡¼¥É¤Î°ìÍ÷¤¬³ÊǼ¤µ¤ì¤Æ¤¤¤ë¡¢
¥Æ¥¥¹¥È¥Õ¥¡¥¤¥ë¤Î̾Á°¤òÀßÄꤹ¤ë |
-| AuthzDBMAuthoritative On|Off | On | dh | E |
| Sets whether authorization will be passed on to lower level
+ |
| AuthzDBMAuthoritative On|Off | On | dh | E |
| Sets whether authorization will be passed on to lower level
modules |
-| AuthzDBMType default|SDBM|GDBM|NDBM|DB | default | dh | E |
| Sets the type of database file that is used to
+ |
| AuthzDBMType default|SDBM|GDBM|NDBM|DB | default | dh | E |
| Sets the type of database file that is used to
store passwords |
-| AuthzDefaultAuthoritative On|Off | On | dh | B |
| ¾µÇ§¤¬Äã°Ì¤Î¥â¥¸¥å¡¼¥ë¤ËÅϤµ¤ì¤ë¤«¤É¤¦¤«¤òÀßÄꤹ¤ë |
-| AuthzGroupFileAuthoritative On|Off | On | dh | B |
| ¾µÇ§¤¬²¼°Ì¤Î¥â¥¸¥å¡¼¥ë¤ËÅϤµ¤ì¤ë¤«¤É¤¦¤«¤òÀßÄꤹ¤ë |
+| AuthzDefaultAuthoritative On|Off | On | dh | B |
| ¾µÇ§¤¬Äã°Ì¤Î¥â¥¸¥å¡¼¥ë¤ËÅϤµ¤ì¤ë¤«¤É¤¦¤«¤òÀßÄꤹ¤ë |
+| AuthzGroupFileAuthoritative On|Off | On | dh | B |
| ¾µÇ§¤¬²¼°Ì¤Î¥â¥¸¥å¡¼¥ë¤ËÅϤµ¤ì¤ë¤«¤É¤¦¤«¤òÀßÄꤹ¤ë |
+| AuthzLDAPAuthoritative on|off | on | dh | E |
| Prevent other authentication modules from
+authenticating the user if this one fails |
| AuthzOwnerAuthoritative On|Off | On | dh | E |
| Sets whether authorization will be passed on to lower level
modules |
| AuthzUserAuthoritative On|Off | On | dh | B |
| Sets whether authorization will be passed on to lower level
diff --git a/docs/manual/mod/quickreference.html.ko.euc-kr b/docs/manual/mod/quickreference.html.ko.euc-kr
index 29a74087d6..779bbe56b5 100644
--- a/docs/manual/mod/quickreference.html.ko.euc-kr
+++ b/docs/manual/mod/quickreference.html.ko.euc-kr
@@ -149,28 +149,28 @@ URI
|
| AuthDigestShmemSize size | 1000 | s | X |
| Ŭ¶óÀÌ¾ðÆ®¸¦ ÃßÀûÇϱâÀ§ÇØ ÇÒ´çÇÏ´Â °øÀ¯¸Þ¸ð¸®·® |
| AuthGroupFile file-path | | dh | B |
| ÀÎÁõ¿¡ »ç¿ëÇÒ »ç¿ëÀÚ ±×·ì ¸ñ·ÏÀ» ÀúÀåÇÏ´Â ¹®ÀÚÆÄÀϸíÀ»
ÁöÁ¤ÇÑ´Ù |
-| AuthLDAPAuthoritative on|off | on | dh | E |
| Prevent other authentication modules from
-authenticating the user if this one fails |
-| AuthLDAPBindDN distinguished-name | | dh | E |
| Optional DN to use in binding to the LDAP server |
-| AuthLDAPBindPassword password | | dh | E |
| Password used in conjuction with the bind DN |
-| AuthLDAPCharsetConfig file-path | | s | E |
| Language to charset conversion configuration file |
-| AuthLDAPCompareDNOnServer on|off | on | dh | E |
| Use the LDAP server to compare the DNs |
-| AuthLDAPDereferenceAliases never|searching|finding|always | Always | dh | E |
| When will the module de-reference aliases |
-| AuthLDAPGroupAttribute attribute | | dh | E |
| LDAP attributes used to check for group membership |
-| AuthLDAPGroupAttributeIsDN on|off | on | dh | E |
| Use the DN of the client username when checking for
+ |
| AuthLDAPBindDN distinguished-name | | dh | E |
| Optional DN to use in binding to the LDAP server |
+| AuthLDAPBindPassword password | | dh | E |
| Password used in conjuction with the bind DN |
+| AuthLDAPCharsetConfig file-path | | s | E |
| Language to charset conversion configuration file |
+| AuthLDAPCompareDNOnServer on|off | on | dh | E |
| Use the LDAP server to compare the DNs |
+| AuthLDAPDereferenceAliases never|searching|finding|always | Always | dh | E |
| When will the module de-reference aliases |
+| AuthLDAPGroupAttribute attribute | | dh | E |
| LDAP attributes used to check for group membership |
+| AuthLDAPGroupAttributeIsDN on|off | on | dh | E |
| Use the DN of the client username when checking for
group membership |
-| AuthLDAPRemoteUserIsDN on|off | off | dh | E |
| Use the DN of the client username to set the REMOTE_USER
+ |
| AuthLDAPRemoteUserIsDN on|off | off | dh | E |
| Use the DN of the client username to set the REMOTE_USER
environment variable |
-| AuthLDAPUrl url | | dh | E |
| URL specifying the LDAP search parameters |
-| AuthName auth-domain | | dh | C |
| Authorization realm for use in HTTP
+ |
| AuthLDAPUrl url | | dh | E |
| URL specifying the LDAP search parameters |
+| AuthName auth-domain | | dh | C |
| Authorization realm for use in HTTP
authentication |
-| AuthType Basic|Digest | | dh | C |
| Type of user authentication |
-| AuthUserFile file-path | | dh | B |
| ÀÎÁõÇÒ »ç¿ëÀÚ¸í¿Í ¾ÏÈ£ ¸ñ·ÏÀ» ÀúÀåÇÏ´Â ¹®ÀÚÆÄÀϸíÀ»
+ |
| AuthType Basic|Digest | | dh | C |
| Type of user authentication |
+| AuthUserFile file-path | | dh | B |
| ÀÎÁõÇÒ »ç¿ëÀÚ¸í¿Í ¾ÏÈ£ ¸ñ·ÏÀ» ÀúÀåÇÏ´Â ¹®ÀÚÆÄÀϸíÀ»
ÁöÁ¤ÇÑ´Ù |
-| AuthzDBMAuthoritative On|Off | On | dh | E |
| ±ÇÇѺο©¸¦ Àú¼öÁØ ¸ðµâ·Î ³Ñ°ÜÁÙÁö ¿©ºÎ |
-| AuthzDBMType default|SDBM|GDBM|NDBM|DB | default | dh | E |
| ¾ÏÈ£¸¦ ÀúÀåÇÏ´Â µ¥ÀÌÅͺ£À̽º ÆÄÀÏ Á¾·ù¸¦ ÁöÁ¤ÇÑ´Ù |
-| AuthzDefaultAuthoritative On|Off | On | dh | B |
| ±ÇÇѺο©¸¦ Àú¼öÁØ ¸ðµâ·Î ³Ñ°ÜÁÙÁö ¿©ºÎ |
-| AuthzGroupFileAuthoritative On|Off | On | dh | B |
| ±ÇÇѺο©¸¦ Àú¼öÁØ ¸ðµâ·Î ³Ñ°ÜÁÙÁö ¿©ºÎ |
+| AuthzDBMAuthoritative On|Off | On | dh | E |
| ±ÇÇѺο©¸¦ Àú¼öÁØ ¸ðµâ·Î ³Ñ°ÜÁÙÁö ¿©ºÎ |
+| AuthzDBMType default|SDBM|GDBM|NDBM|DB | default | dh | E |
| ¾ÏÈ£¸¦ ÀúÀåÇÏ´Â µ¥ÀÌÅͺ£À̽º ÆÄÀÏ Á¾·ù¸¦ ÁöÁ¤ÇÑ´Ù |
+| AuthzDefaultAuthoritative On|Off | On | dh | B |
| ±ÇÇѺο©¸¦ Àú¼öÁØ ¸ðµâ·Î ³Ñ°ÜÁÙÁö ¿©ºÎ |
+| AuthzGroupFileAuthoritative On|Off | On | dh | B |
| ±ÇÇѺο©¸¦ Àú¼öÁØ ¸ðµâ·Î ³Ñ°ÜÁÙÁö ¿©ºÎ |
+| AuthzLDAPAuthoritative on|off | on | dh | E |
| Prevent other authentication modules from
+authenticating the user if this one fails |
| AuthzOwnerAuthoritative On|Off | On | dh | E |
| ±ÇÇѺο©¸¦ Àú¼öÁØ ¸ðµâ·Î ³Ñ°ÜÁÙÁö ¿©ºÎ |
| AuthzUserAuthoritative On|Off | On | dh | B |
| ±ÇÇѺο©¸¦ Àú¼öÁØ ¸ðµâ·Î ³Ñ°ÜÁÙÁö ¿©ºÎ |
| BrowserMatch regex [!]env-variable[=value]
|