You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by nd...@apache.org on 2002/09/17 01:39:13 UTC

cvs commit: httpd-2.0/docs/manual/mod mod_negotiation.xml mod_negotiation.html.en

nd          2002/09/16 16:39:13

  Modified:    docs/manual/mod mod_negotiation.xml mod_negotiation.html.en
  Log:
  fix context of CacheNegotiatedDocs
  
  Revision  Changes    Path
  1.8       +2 -1      httpd-2.0/docs/manual/mod/mod_negotiation.xml
  
  Index: mod_negotiation.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_negotiation.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- mod_negotiation.xml	31 Jul 2002 08:17:52 -0000	1.7
  +++ mod_negotiation.xml	16 Sep 2002 23:39:13 -0000	1.8
  @@ -153,7 +153,8 @@
   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>
  
  
  
  1.13      +1 -1      httpd-2.0/docs/manual/mod/mod_negotiation.html.en
  
  Index: mod_negotiation.html.en
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_negotiation.html.en,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- mod_negotiation.html.en	10 Sep 2002 01:55:53 -0000	1.12
  +++ mod_negotiation.html.en	16 Sep 2002 23:39:13 -0000	1.13
  @@ -135,7 +135,7 @@
   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>