]> granicus.if.org Git - apache/commitdiff
Some formal changes for better readability plus an example fix
authorErik Abele <erikabele@apache.org>
Sat, 7 Sep 2002 11:55:55 +0000 (11:55 +0000)
committerErik Abele <erikabele@apache.org>
Sat, 7 Sep 2002 11:55:55 +0000 (11:55 +0000)
in mod_charset_lite.xml.

Submitted by: Andre Malo <nd@perlig.de>

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96709 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_cache.html.en
docs/manual/mod/mod_cache.xml
docs/manual/mod/mod_charset_lite.html.en
docs/manual/mod/mod_charset_lite.xml
docs/manual/mod/mod_mime_magic.html.en
docs/manual/mod/mod_mime_magic.xml

index 65e9b9fcbd8f5b45ce06e1701df730507ce14833..09a75496a7cb9d49a92b776f5c7f1530ff97131a 100644 (file)
@@ -103,7 +103,7 @@ LoadModule cache_module modules/mod_cache.so <br />
   CacheEnable  fd    /images <br />
 </code></p></div>
 </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div><div class="directive-section"><h2><a name="CacheForceCompletion" id="CacheForceCompletion">CacheForceCompletion</a> <a name="cacheforcecompletion" id="cacheforcecompletion">Directive</a></h2><table class="directive"><tr><th><a href="directive-dict.html#Description">Description: 
-              </a></th><td>Percentage of download to arrive for the cache to force complete transfert</td></tr><tr><th><a href="directive-dict.html#Syntax">Syntax:
+              </a></th><td>Percentage of download to arrive for the cache to force complete transfer</td></tr><tr><th><a href="directive-dict.html#Syntax">Syntax:
               </a></th><td>CacheForceCompletion <em>Percentage</em></td></tr><tr><th><a href="directive-dict.html#Default">Default: 
               </a></th><td><code>CacheForceCompletion 60</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:
@@ -117,7 +117,7 @@ LoadModule cache_module modules/mod_cache.so <br />
 <div class="warning">
 This feature is currently <em>not</em> implemented.
 </div>
- </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div><div class="directive-section"><h2><a name="CacheIgnoreCacheControl" id="CacheIgnoreCacheControl">CacheIgnoreCacheControl</a> <a name="cacheignorecachecontrol" id="cacheignorecachecontrol">Directive</a></h2><table class="directive"><tr><th><a href="directive-dict.html#Description">Description: 
+</div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div><div class="directive-section"><h2><a name="CacheIgnoreCacheControl" id="CacheIgnoreCacheControl">CacheIgnoreCacheControl</a> <a name="cacheignorecachecontrol" id="cacheignorecachecontrol">Directive</a></h2><table class="directive"><tr><th><a href="directive-dict.html#Description">Description: 
               </a></th><td>Ignore requests from the client for uncached content</td></tr><tr><th><a href="directive-dict.html#Syntax">Syntax:
               </a></th><td>CacheIgnoreCacheControl</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:
@@ -170,13 +170,23 @@ This feature is currently <em>not</em> implemented.
               </a></th><td>server config</td></tr><tr><th><a href="directive-dict.html#Status">Status:
               </a></th><td>Experimental</td></tr><tr><th><a href="directive-dict.html#Module">Module:
               </a></th><td>mod_cache</td></tr></table>
-    <p>Maximum number of bytes of a streamed response (i.e., a response where the entire content is not available all at once, such as a proxy or CGI response) to buffer before deciding if the response is cacheable.  By default, a streamed response will <em>not</em> be cached unless it has a Content-Length header.  The reason for this is to avoid using a large amount of memory to buffer a partial response that might end up being too large to fit in the cache anyway.  To enable caching of streamed responses, use CacheMaxStreamingBuffer to specify the maximum amount of buffer space to use per request.</p>
-    <p>Note: Using a nonzero value for CacheMaxStreamingBuffer will not delay the transmission of the response to the client.  As soon as mod_cache copies a
-    block of streamed content into a buffer, it sends the block on to the next
-    output filter for delivery to the client.</p>
+<p>Maximum number of bytes of a streamed response (i.e., a response where
+the entire content is not available all at once, such as a proxy or CGI
+response) to buffer before deciding if the response is cacheable.  By
+default, a streamed response will <em>not</em> be cached unless it has a
+Content-Length header.  The reason for this is to avoid using a large amount
+of memory to buffer a partial response that might end up being too large
+to fit in the cache anyway.  To enable caching of streamed responses, use
+CacheMaxStreamingBuffer to specify the maximum amount of buffer space to use
+per request.</p>
 
-    <div class="example"><p><code>
-    # Enable caching of streamed responses up to 64KB:
-    CacheMaxStreamingBuffer  65536
-    </code></p></div>
+<p>Note: Using a nonzero value for CacheMaxStreamingBuffer will not delay the
+transmission of the response to the client.  As soon as mod_cache copies a
+block of streamed content into a buffer, it sends the block on to the next
+output filter for delivery to the client.</p>
+
+<div class="example"><p><code>
+# Enable caching of streamed responses up to 64KB:<br />
+CacheMaxStreamingBuffer  65536
+</code></p></div>
 </div></div><div id="footer"><p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p><p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div></body></html>
\ No newline at end of file
index 7165d68b21998847e03f797e9434b39c5a51f517..ef1ca264e9df4c0682c38010b424c7eef5636b7b 100644 (file)
@@ -209,7 +209,7 @@ LoadModule cache_module modules/mod_cache.so <br />
 
 <directivesynopsis>
 <name>CacheForceCompletion</name>
-<description>Percentage of download to arrive for the cache to force complete transfert</description>
+<description>Percentage of download to arrive for the cache to force complete transfer</description>
 <syntax>CacheForceCompletion <em>Percentage</em></syntax>
 <default>CacheForceCompletion 60</default>
 <contextlist><context>server config</context></contextlist>
@@ -223,8 +223,8 @@ LoadModule cache_module modules/mod_cache.so <br />
 <note type="warning">
 This feature is currently <em>not</em> implemented.
 </note>
- </usage>
- </directivesynopsis>
+</usage>
+</directivesynopsis>
 
 <directivesynopsis>
 <name>CacheMaxStreamingBuffer</name>
@@ -234,15 +234,25 @@ This feature is currently <em>not</em> implemented.
 <contextlist><context>server config</context></contextlist>
 
 <usage>
-    <p>Maximum number of bytes of a streamed response (i.e., a response where the entire content is not available all at once, such as a proxy or CGI response) to buffer before deciding if the response is cacheable.  By default, a streamed response will <em>not</em> be cached unless it has a Content-Length header.  The reason for this is to avoid using a large amount of memory to buffer a partial response that might end up being too large to fit in the cache anyway.  To enable caching of streamed responses, use CacheMaxStreamingBuffer to specify the maximum amount of buffer space to use per request.</p>
-    <p>Note: Using a nonzero value for CacheMaxStreamingBuffer will not delay the transmission of the response to the client.  As soon as mod_cache copies a
-    block of streamed content into a buffer, it sends the block on to the next
-    output filter for delivery to the client.</p>
+<p>Maximum number of bytes of a streamed response (i.e., a response where
+the entire content is not available all at once, such as a proxy or CGI
+response) to buffer before deciding if the response is cacheable.  By
+default, a streamed response will <em>not</em> be cached unless it has a
+Content-Length header.  The reason for this is to avoid using a large amount
+of memory to buffer a partial response that might end up being too large
+to fit in the cache anyway.  To enable caching of streamed responses, use
+CacheMaxStreamingBuffer to specify the maximum amount of buffer space to use
+per request.</p>
 
-    <example>
-    # Enable caching of streamed responses up to 64KB:
-    CacheMaxStreamingBuffer  65536
-    </example>
+<p>Note: Using a nonzero value for CacheMaxStreamingBuffer will not delay the
+transmission of the response to the client.  As soon as mod_cache copies a
+block of streamed content into a buffer, it sends the block on to the next
+output filter for delivery to the client.</p>
+
+<example>
+# Enable caching of streamed responses up to 64KB:<br />
+CacheMaxStreamingBuffer  65536
+</example>
 </usage>
 </directivesynopsis>
 
index f1b588b1f1918c0b7d88a934b7fcb509ad5f8439..216cf5ea16d11309c9f798bab0e78fa7c2033d98 100644 (file)
@@ -82,7 +82,7 @@
 <div class="example"><h3>Example</h3><p><code>
     &lt;Directory "/export/home/trawick/apacheinst/htdocs/convert"&gt;<br />
     CharsetSourceEnc  UTF-16BE<br />
-    CharsetDefault    ISO8859-1<br />
+    CharsetDefault    ISO-8859-1<br />
     &lt;/Directory&gt;
 </code></p></div>
 </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div><div class="directive-section"><h2><a name="CharsetOptions" id="CharsetOptions">CharsetOptions</a> <a name="charsetoptions" id="charsetoptions">Directive</a></h2><table class="directive"><tr><th><a href="directive-dict.html#Description">Description: 
@@ -136,10 +136,10 @@ NoImplicitAdd</code></td></tr><tr><th><a href="directive-dict.html#Context">Cont
     APR. Generally, this means that it must be supported by
     iconv.</p>
     
-<div class="example"><h3>example</h3><p><code>
+<div class="example"><h3>Example</h3><p><code>
     &lt;Directory "/export/home/trawick/apacheinst/htdocs/convert"&gt;<br />
     CharsetSourceEnc  UTF-16BE<br />
-    CharsetDefault    ISO8859-1<br />
+    CharsetDefault    ISO-8859-1<br />
     &lt;/Directory&gt;
 </code></p></div>
     <p>The character set names in this example work with the iconv
index 961c1287e19533d6b6aa1d5c633b6dc68770d487..f4bfc4cb5519b7dc6a7b0985c5513c24bbd25409 100644 (file)
     APR. Generally, this means that it must be supported by
     iconv.</p>
     
-<example><title>example</title>
+<example><title>Example</title>
     &lt;Directory "/export/home/trawick/apacheinst/htdocs/convert"&gt;<br />
     CharsetSourceEnc  UTF-16BE<br />
-    CharsetDefault    ISO8859-1<br />
+    CharsetDefault    ISO-8859-1<br />
     &lt;/Directory&gt;
 </example>
     <p>The character set names in this example work with the iconv
 <example><title>Example</title>
     &lt;Directory "/export/home/trawick/apacheinst/htdocs/convert"&gt;<br />
     CharsetSourceEnc  UTF-16BE<br />
-    CharsetDefault    ISO8859-1<br />
+    CharsetDefault    ISO-8859-1<br />
     &lt;/Directory&gt;
 </example>
 </usage>
index 2e5f55ee99555c60b506bfa7b4d9396768494ecf..301a4d54da4cfa2af0128d976a7796900ba2376b 100644 (file)
     following columns:</p>
 
     <table class="bordered">
-      <tr valign="top">
+      <tr>
         <th>Column</th>
 
         <th>Description</th>
       </tr>
 
-      <tr valign="top">
+      <tr>
         <td>1</td>
 
         <td>byte number to begin checking from<br />
@@ -45,7 +45,7 @@
         line</td>
       </tr>
 
-      <tr valign="top">
+      <tr>
         <td>2</td>
 
         <td>
         </td>
       </tr>
 
-      <tr valign="top">
+      <tr>
         <td>3</td>
 
         <td>contents of data to match</td>
       </tr>
 
-      <tr valign="top">
+      <tr>
         <td>4</td>
 
         <td>MIME type if matched</td>
       </tr>
 
-      <tr valign="top">
+      <tr>
         <td>5</td>
 
         <td>MIME encoding if matched (optional)</td>
index 28d6deb8fb18b6b5684f9a6a627f6c3446942d49..cdc3419660a6d9ed55ec0727785f2b4a3b2f0940 100644 (file)
     following columns:</p>
 
     <table border="1">
-      <tr valign="top">
+      <tr>
         <th>Column</th>
 
         <th>Description</th>
       </tr>
 
-      <tr valign="top">
+      <tr>
         <td>1</td>
 
         <td>byte number to begin checking from<br />
@@ -49,7 +49,7 @@
         line</td>
       </tr>
 
-      <tr valign="top">
+      <tr>
         <td>2</td>
 
         <td>
         </td>
       </tr>
 
-      <tr valign="top">
+      <tr>
         <td>3</td>
 
         <td>contents of data to match</td>
       </tr>
 
-      <tr valign="top">
+      <tr>
         <td>4</td>
 
         <td>MIME type if matched</td>
       </tr>
 
-      <tr valign="top">
+      <tr>
         <td>5</td>
 
         <td>MIME encoding if matched (optional)</td>