From: Rich Bowen Date: Tue, 15 Feb 2011 13:15:42 +0000 (+0000) Subject: Small improvements in phrasing of the access control doc. X-Git-Tag: 2.3.11~48 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fa39f70ba5f9e42dc78644b358e38c64c658b783;p=apache Small improvements in phrasing of the access control doc. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1070881 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/howto/access.html.en b/docs/manual/howto/access.html.en index 71154f4288..738d2cd1dc 100644 --- a/docs/manual/howto/access.html.en +++ b/docs/manual/howto/access.html.en @@ -36,8 +36,8 @@

Access control can be done by several different modules. The most important of these are mod_authz_core and -mod_authz_host. Other modules -discussed in this document include mod_rewrite.

+mod_authz_host. Also discussed in this document +is access control using mod_rewrite.

top
@@ -150,16 +150,25 @@ or before 7am. This technique can be used for any criteria that you wish to check. You can also redirect, or otherwise rewrite these requests, if that approach is preferred.

+

The <If> directive, +added in 2.4, replaces many things that mod_rewrite has +traditionally been used to do, and you should probably look there first +before resorting to mod_rewrite.

+
top

More information

-

You should also read the documentation for - mod_auth_basic and mod_authz_host which - contain some more information about how this all works. - mod_authn_alias can also help in simplifying certain - authentication configurations.

-

See the Authentication and Authorization +

The expression engine gives you a + great deal of power to do a variety of things based on arbitrary + server variables, and you should consult that document for more + detail.

+ +

Also, you should read the mod_authz_core + documentation for examples of combining multiple access requirements + and specifying how they interact.

+ +

See also the Authentication and Authorization howto.

diff --git a/docs/manual/howto/access.xml b/docs/manual/howto/access.xml index 7d67c9a520..e27a7c26f9 100644 --- a/docs/manual/howto/access.xml +++ b/docs/manual/howto/access.xml @@ -35,8 +35,8 @@

Access control can be done by several different modules. The most important of these are mod_authz_core and -mod_authz_host. Other modules -discussed in this document include mod_rewrite.

+mod_authz_host. Also discussed in this document +is access control using mod_rewrite.

@@ -153,16 +153,25 @@ or before 7am. This technique can be used for any criteria that you wish to check. You can also redirect, or otherwise rewrite these requests, if that approach is preferred.

+

The If directive, +added in 2.4, replaces many things that mod_rewrite has +traditionally been used to do, and you should probably look there first +before resorting to mod_rewrite.

+
More information -

You should also read the documentation for - mod_auth_basic and mod_authz_host which - contain some more information about how this all works. - mod_authn_alias can also help in simplifying certain - authentication configurations.

-

See the Authentication and Authorization +

The expression engine gives you a + great deal of power to do a variety of things based on arbitrary + server variables, and you should consult that document for more + detail.

+ +

Also, you should read the mod_authz_core + documentation for examples of combining multiple access requirements + and specifying how they interact.

+ +

See also the Authentication and Authorization howto.