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 2003/02/15 00:55:58 UTC

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

nd          2003/02/14 15:55:58

  Modified:    docs/manual/mod Tag: APACHE_2_0_BRANCH core.html.en core.xml
                        quickreference.html.en
  Log:
  clarify the meaning of "SetHandler None"
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.46.2.16 +6 -3      httpd-2.0/docs/manual/mod/core.html.en
  
  Index: core.html.en
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/core.html.en,v
  retrieving revision 1.46.2.15
  retrieving revision 1.46.2.16
  diff -u -r1.46.2.15 -r1.46.2.16
  --- core.html.en	26 Jan 2003 21:00:21 -0000	1.46.2.15
  +++ core.html.en	14 Feb 2003 23:55:56 -0000	1.46.2.16
  @@ -1114,7 +1114,7 @@
   <table class="directive">
   <tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Forces all matching files to be served with the specified
   MIME content-type</td></tr>
  -<tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>ForceType <var>MIME-type</var>|none</code></td></tr>
  +<tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>ForceType <var>MIME-type</var>|None</code></td></tr>
   <tr><th><a href="directive-dict.html#Context">Context:</a></th><td>directory, .htaccess</td></tr>
   <tr><th><a href="directive-dict.html#Override">Override:</a></th><td>FileInfo</td></tr>
   <tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Core</td></tr>
  @@ -1140,7 +1140,7 @@
       filename extensions, that might identify the media type.</p>
   
       <p>You can override any <code class="directive">ForceType</code> setting
  -    by using the value of <code>none</code>:</p>
  +    by using the value of <code>None</code>:</p>
   
       <div class="example"><p><code>
         # force all files to be image/gif:<br />
  @@ -1153,7 +1153,7 @@
         # but normal mime-type associations here:<br />
         &lt;Location /images/mixed&gt;<br />
         <span class="indent">
  -        ForceType none<br />
  +        ForceType None<br />
         </span>
         &lt;/Location&gt;
       </code></p></div>
  @@ -2717,6 +2717,9 @@
         </span>
         &lt;/Location&gt;
       </code></p></div>
  +
  +    <p>You can override an earlier defined <code class="directive">SetHandler</code>
  +    directive by using the value <code>None</code>.</p>
   
   <h3>See also</h3>
   <ul>
  
  
  
  1.46.2.11 +6 -3      httpd-2.0/docs/manual/mod/core.xml
  
  Index: core.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/core.xml,v
  retrieving revision 1.46.2.10
  retrieving revision 1.46.2.11
  diff -u -r1.46.2.10 -r1.46.2.11
  --- core.xml	26 Jan 2003 21:00:22 -0000	1.46.2.10
  +++ core.xml	14 Feb 2003 23:55:56 -0000	1.46.2.11
  @@ -1064,7 +1064,7 @@
   <name>ForceType</name>
   <description>Forces all matching files to be served with the specified
   MIME content-type</description>
  -<syntax>ForceType <var>MIME-type</var>|none</syntax>
  +<syntax>ForceType <var>MIME-type</var>|None</syntax>
   <contextlist><context>directory</context><context>.htaccess</context>
   </contextlist>
   <override>FileInfo</override>
  @@ -1090,7 +1090,7 @@
       filename extensions, that might identify the media type.</p>
   
       <p>You can override any <directive>ForceType</directive> setting
  -    by using the value of <code>none</code>:</p>
  +    by using the value of <code>None</code>:</p>
   
       <example>
         # force all files to be image/gif:<br />
  @@ -1103,7 +1103,7 @@
         # but normal mime-type associations here:<br />
         &lt;Location /images/mixed&gt;<br />
         <indent>
  -        ForceType none<br />
  +        ForceType None<br />
         </indent>
         &lt;/Location&gt;
       </example>
  @@ -2659,6 +2659,9 @@
         </indent>
         &lt;/Location&gt;
       </example>
  +
  +    <p>You can override an earlier defined <directive>SetHandler</directive>
  +    directive by using the value <code>None</code>.</p>
   </usage>
   
   <seealso><directive module="mod_mime">AddHandler</directive></seealso>
  
  
  
  1.47.2.22 +1 -1      httpd-2.0/docs/manual/mod/quickreference.html.en
  
  Index: quickreference.html.en
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/quickreference.html.en,v
  retrieving revision 1.47.2.21
  retrieving revision 1.47.2.22
  diff -u -r1.47.2.21 -r1.47.2.22
  --- quickreference.html.en	23 Jan 2003 13:31:23 -0000	1.47.2.21
  +++ quickreference.html.en	14 Feb 2003 23:55:56 -0000	1.47.2.22
  @@ -300,7 +300,7 @@
   filenames</td></tr>
   <tr class="odd"><td><a href="mod_negotiation.html#forcelanguagepriority">ForceLanguagePriority None|Prefer|Fallback [Prefer|Fallback]</a></td><td> Prefer </td><td>svdh</td><td>B</td></tr><tr class="odd"><td class="descr" colspan="4">Action to take if a single acceptable document is not 
   found</td></tr>
  -<tr><td><a href="core.html#forcetype">ForceType <var>MIME-type</var>|none</a></td><td /><td>dh</td><td>C</td></tr><tr><td class="descr" colspan="4">Forces all matching files to be served with the specified
  +<tr><td><a href="core.html#forcetype">ForceType <var>MIME-type</var>|None</a></td><td /><td>dh</td><td>C</td></tr><tr><td class="descr" colspan="4">Forces all matching files to be served with the specified
   MIME content-type</td></tr>
   <tr class="odd"><td><a href="mpm_common.html#group" id="G" name="G">Group <var>unix-group</var></a></td><td> #-1 </td><td>s</td><td>M</td></tr><tr class="odd"><td class="descr" colspan="4">Group under which the server will answer
   requests</td></tr>