diff options
author | André Malo <nd@apache.org> | 2014-01-26 23:58:27 +0100 |
---|---|---|
committer | André Malo <nd@apache.org> | 2014-01-26 23:58:27 +0100 |
commit | 318936f5049b17202713499086e17e262d4ff904 (patch) | |
tree | b4af5393002dc7b5d3e1172d285694bf7d623f74 /docs/manual/mod/mod_remoteip.xml | |
parent | - avoid duplicate inclusion of module files in latex source (diff) | |
download | apache2-318936f5049b17202713499086e17e262d4ff904.tar.xz apache2-318936f5049b17202713499086e17e262d4ff904.zip |
fix various invalid module references
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1561569 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/mod_remoteip.xml')
-rw-r--r-- | docs/manual/mod/mod_remoteip.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/manual/mod/mod_remoteip.xml b/docs/manual/mod/mod_remoteip.xml index 02f680cb41..ba127a7f6b 100644 --- a/docs/manual/mod/mod_remoteip.xml +++ b/docs/manual/mod/mod_remoteip.xml @@ -44,7 +44,7 @@ via the request headers. <p>Once replaced as instructed, this overridden useragent IP address is then used for the <module>mod_authz_host</module> - <directive module="mod_authz_host" type="section">Require ip</directive> + <directive module="mod_authz_core" name="Require">Require ip</directive> feature, is reported by <module>mod_status</module>, and is recorded by <module>mod_log_config</module> <code>%a</code> and <module>core</module> <code>%a</code> format strings. The underlying client IP of the connection |