From: Vincent Bray Date: Sun, 9 Mar 2008 02:33:51 +0000 (+0000) Subject: Update transformations X-Git-Tag: 2.3.0~891 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3e79654f313317fe3ef476999b3ba399d701facd;p=apache Update transformations git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@635140 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_authn_core.html.en b/docs/manual/mod/mod_authn_core.html.en index 8002695eed..1f4355ed18 100644 --- a/docs/manual/mod/mod_authn_core.html.en +++ b/docs/manual/mod/mod_authn_core.html.en @@ -91,7 +91,7 @@ AuthType Basic
AuthName LDAP_Protected_Place
- require valid-user
+ Require valid-user
</Directory>

diff --git a/docs/manual/mod/mod_authz_core.html.en b/docs/manual/mod/mod_authz_core.html.en index bc22a43e0c..e50ffa551e 100644 --- a/docs/manual/mod/mod_authz_core.html.en +++ b/docs/manual/mod/mod_authz_core.html.en @@ -101,8 +101,8 @@ AuthName LDAP_Protected_Place

#implied OR operation
- require alias1-ldap-group
- require alias2-ldap-group
+ Require alias1-ldap-group
+ Require alias2-ldap-group
</Directory>

diff --git a/docs/manual/mod/mod_authz_host.html.en b/docs/manual/mod/mod_authz_host.html.en index a5cf4e3bdf..f494892e3c 100644 --- a/docs/manual/mod/mod_authz_host.html.en +++ b/docs/manual/mod/mod_authz_host.html.en @@ -57,7 +57,7 @@ address) directives.

Topics

See also

top
-

The require Directives

+

The Require Directives

Apache's Require and Reject directives are @@ -83,7 +83,7 @@ address) characteristics of the client request captured in environment variables.

-

require env

+

Require env

The env provider allows access to the server to be controlled based on the existence of an environment variable. When Require diff --git a/docs/manual/mod/mod_authz_host.xml.ja b/docs/manual/mod/mod_authz_host.xml.ja index 0e9c1d4305..78c43a779e 100644 --- a/docs/manual/mod/mod_authz_host.xml.ja +++ b/docs/manual/mod/mod_authz_host.xml.ja @@ -1,7 +1,7 @@ - + + + + + +