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_cache.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_cache.xml')
-rw-r--r-- | docs/manual/mod/mod_cache.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/manual/mod/mod_cache.xml b/docs/manual/mod/mod_cache.xml index 587a33a132..1284cef8a6 100644 --- a/docs/manual/mod/mod_cache.xml +++ b/docs/manual/mod/mod_cache.xml @@ -964,8 +964,8 @@ AddOutputFilterByType CACHE;INCLUDES;DEFLATE text/html <p>When the <directive module="mod_cache">CacheHeader</directive> directive is switched on, an <strong>X-Cache</strong> header will be added to the response with the cache status of this response. If the normal handler is used, this - directive may appear within a <directive module="core"><Directory></directive> - or <directive module="core"><Location></directive> directive. If the quick + directive may appear within a <directive type="section" module="core">Directory</directive> + or <directive type="section" module="core">Location</directive> directive. If the quick handler is used, this directive must appear within a server or virtual host context, otherwise the setting will be ignored.</p> @@ -1013,8 +1013,8 @@ CacheHeader on used by the service and client.</p> <p>If the normal handler is used, this directive may appear within a - <directive module="core"><Directory></directive> or - <directive module="core"><Location></directive> directive. If the quick handler + <directive type="section" module="core">Directory</directive> or + <directive type="section" module="core">Location</directive> directive. If the quick handler is used, this directive must appear within a server or virtual host context, otherwise the setting will be ignored.</p> |