From: Rich Bowen 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
.
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.
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.
Access control can be done by several different modules. The most
important of these are
The
You should also read the documentation for
-
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
See also the Authentication and Authorization howto.