mirror of
https://github.com/apache/httpd.git
synced 2026-01-06 09:01:14 +03:00
fix context of CacheNegotiatedDocs
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96851 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -135,7 +135,7 @@ Body:----xyz----<br />
|
||||
cached by proxy servers</td></tr><tr><th><a href="directive-dict.html#Syntax">Syntax:
|
||||
</a></th><td>CacheNegotiatedDocs on|off</td></tr><tr><th><a href="directive-dict.html#Default">Default:
|
||||
</a></th><td><code>CacheNegotiatedDocs off</code></td></tr><tr><th><a href="directive-dict.html#Context">Context:
|
||||
</a></th><td>server config</td></tr><tr><th><a href="directive-dict.html#Status">Status:
|
||||
</a></th><td>server config, virtual host</td></tr><tr><th><a href="directive-dict.html#Status">Status:
|
||||
</a></th><td>Base</td></tr><tr><th><a href="directive-dict.html#Module">Module:
|
||||
</a></th><td>mod_negotiation</td></tr><tr><th><a href="directive-dict.html#Compatibility">Compatibility:
|
||||
</a></th><td>The syntax changed in version 2.0.</td></tr></table>
|
||||
|
||||
@@ -153,7 +153,8 @@ Body:----xyz----<br />
|
||||
cached by proxy servers</description>
|
||||
<syntax>CacheNegotiatedDocs on|off</syntax>
|
||||
<default>CacheNegotiatedDocs off</default>
|
||||
<contextlist><context>server config</context></contextlist>
|
||||
<contextlist><context>server config</context><context>virtual host</context>
|
||||
</contextlist>
|
||||
<compatibility>The syntax changed in version 2.0.</compatibility>
|
||||
|
||||
<usage>
|
||||
|
||||
Reference in New Issue
Block a user