diff options
author | André Malo <nd@apache.org> | 2002-10-09 03:16:06 +0200 |
---|---|---|
committer | André Malo <nd@apache.org> | 2002-10-09 03:16:06 +0200 |
commit | 54c2f3418cd931ac8313e07d19830d9f4b7fe60e (patch) | |
tree | 5824a36fcf98b01c44b4883e0ef98373084fc666 /docs/manual/env.xml | |
parent | Updated translators info. (diff) | |
download | apache2-54c2f3418cd931ac8313e07d19830d9f4b7fe60e.tar.xz apache2-54c2f3418cd931ac8313e07d19830d9f4b7fe60e.zip |
fix many links in respect to the aaa changes.
Probably overlooked one or two ;-)
Some files are left unmodified, since the parts there
aren't clear or have to be (re-)written:
ebcdic.xml
new_features_2_0.xml
upgrading.xml
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97153 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/env.xml')
-rw-r--r-- | docs/manual/env.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/manual/env.xml b/docs/manual/env.xml index d5fee84654..4a8058c4e1 100644 --- a/docs/manual/env.xml +++ b/docs/manual/env.xml @@ -121,7 +121,7 @@ <related> <modulelist> - <module>mod_access</module> + <module>mod_authz_host</module> <module>mod_cgi</module> <module>mod_ext_filter</module> <module>mod_headers</module> @@ -130,9 +130,9 @@ <module>mod_rewrite</module> </modulelist> <directivelist> - <directive module="mod_access">Allow</directive> + <directive module="mod_authz_host">Allow</directive> <directive module="mod_log_config">CustomLog</directive> - <directive module="mod_access">Deny</directive> + <directive module="mod_authz_host">Deny</directive> <directive module="mod_ext_filter">ExtFilterDefine</directive> <directive module="mod_headers">Header</directive> <directive module="mod_log_config">LogFormat</directive> |