From d07e07c09a622a9902dfeb00d84d05a4bd4cb1e3 Mon Sep 17 00:00:00 2001 From: Erik Abele Date: Sat, 7 Sep 2002 11:55:55 +0000 Subject: [PATCH] Some formal changes for better readability plus an example fix in mod_charset_lite.xml. Submitted by: Andre Malo 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 | 30 ++++++++++++++-------- docs/manual/mod/mod_cache.xml | 32 ++++++++++++++++-------- docs/manual/mod/mod_charset_lite.html.en | 6 ++--- docs/manual/mod/mod_charset_lite.xml | 6 ++--- docs/manual/mod/mod_mime_magic.html.en | 12 ++++----- docs/manual/mod/mod_mime_magic.xml | 12 ++++----- 6 files changed, 59 insertions(+), 39 deletions(-) diff --git a/docs/manual/mod/mod_cache.html.en b/docs/manual/mod/mod_cache.html.en index 65e9b9fcbd..09a75496a7 100644 --- a/docs/manual/mod/mod_cache.html.en +++ b/docs/manual/mod/mod_cache.html.en @@ -103,7 +103,7 @@ LoadModule cache_module modules/mod_cache.so
CacheEnable fd /images

top

CacheForceCompletion Directive

Description: - Percentage of download to arrive for the cache to force complete transfert
Syntax: + Percentage of download to arrive for the cache to force complete transfer
Syntax: CacheForceCompletion Percentage
Default: CacheForceCompletion 60
Context: server config
Status: @@ -117,7 +117,7 @@ LoadModule cache_module modules/mod_cache.so
This feature is currently not implemented.
-
top

CacheIgnoreCacheControl Directive

Description: +
top

CacheIgnoreCacheControl Directive

Description: Ignore requests from the client for uncached content
Syntax: CacheIgnoreCacheControl
Context: server config
Status: @@ -170,13 +170,23 @@ This feature is currently not implemented. server config
Status: Experimental
Module: mod_cache
-

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 not 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.

-

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.

+

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 not 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.

-

- # Enable caching of streamed responses up to 64KB: - CacheMaxStreamingBuffer 65536 -

+

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.

+ +

+# Enable caching of streamed responses up to 64KB:
+CacheMaxStreamingBuffer 65536 +

\ No newline at end of file diff --git a/docs/manual/mod/mod_cache.xml b/docs/manual/mod/mod_cache.xml index 7165d68b21..ef1ca264e9 100644 --- a/docs/manual/mod/mod_cache.xml +++ b/docs/manual/mod/mod_cache.xml @@ -209,7 +209,7 @@ LoadModule cache_module modules/mod_cache.so
CacheForceCompletion -Percentage of download to arrive for the cache to force complete transfert +Percentage of download to arrive for the cache to force complete transfer CacheForceCompletion Percentage CacheForceCompletion 60 server config @@ -223,8 +223,8 @@ LoadModule cache_module modules/mod_cache.so
This feature is currently not implemented. - -
+ + CacheMaxStreamingBuffer @@ -234,15 +234,25 @@ This feature is currently not implemented. server config -

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 not 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.

-

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.

+

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 not 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.

- - # Enable caching of streamed responses up to 64KB: - CacheMaxStreamingBuffer 65536 - +

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.

+ + +# Enable caching of streamed responses up to 64KB:
+CacheMaxStreamingBuffer 65536 +
diff --git a/docs/manual/mod/mod_charset_lite.html.en b/docs/manual/mod/mod_charset_lite.html.en index f1b588b1f1..216cf5ea16 100644 --- a/docs/manual/mod/mod_charset_lite.html.en +++ b/docs/manual/mod/mod_charset_lite.html.en @@ -82,7 +82,7 @@

Example

<Directory "/export/home/trawick/apacheinst/htdocs/convert">
CharsetSourceEnc UTF-16BE
- CharsetDefault ISO8859-1
+ CharsetDefault ISO-8859-1
</Directory>

top

CharsetOptions Directive

Description: @@ -136,10 +136,10 @@ NoImplicitAdd
Cont APR. Generally, this means that it must be supported by iconv.

-

example

+

Example

<Directory "/export/home/trawick/apacheinst/htdocs/convert">
CharsetSourceEnc UTF-16BE
- CharsetDefault ISO8859-1
+ CharsetDefault ISO-8859-1
</Directory>

The character set names in this example work with the iconv diff --git a/docs/manual/mod/mod_charset_lite.xml b/docs/manual/mod/mod_charset_lite.xml index 961c1287e1..f4bfc4cb55 100644 --- a/docs/manual/mod/mod_charset_lite.xml +++ b/docs/manual/mod/mod_charset_lite.xml @@ -88,10 +88,10 @@ APR. Generally, this means that it must be supported by iconv.

-example +Example <Directory "/export/home/trawick/apacheinst/htdocs/convert">
CharsetSourceEnc UTF-16BE
- CharsetDefault ISO8859-1
+ CharsetDefault ISO-8859-1
</Directory>

The character set names in this example work with the iconv @@ -122,7 +122,7 @@ Example <Directory "/export/home/trawick/apacheinst/htdocs/convert">
CharsetSourceEnc UTF-16BE
- CharsetDefault ISO8859-1
+ CharsetDefault ISO-8859-1
</Directory>
diff --git a/docs/manual/mod/mod_mime_magic.html.en b/docs/manual/mod/mod_mime_magic.html.en index 2e5f55ee99..301a4d54da 100644 --- a/docs/manual/mod/mod_mime_magic.html.en +++ b/docs/manual/mod/mod_mime_magic.html.en @@ -31,13 +31,13 @@ following columns:

- + - + - + - + - + - + diff --git a/docs/manual/mod/mod_mime_magic.xml b/docs/manual/mod/mod_mime_magic.xml index 28d6deb8fb..cdc3419660 100644 --- a/docs/manual/mod/mod_mime_magic.xml +++ b/docs/manual/mod/mod_mime_magic.xml @@ -35,13 +35,13 @@ following columns:

Column Description
1 byte number to begin checking from
@@ -45,7 +45,7 @@ line
2 @@ -122,19 +122,19 @@
3 contents of data to match
4 MIME type if matched
5 MIME encoding if matched (optional)
- + - + - + - + - + - + -- 2.50.1
Column Description
1 byte number to begin checking from
@@ -49,7 +49,7 @@ line
2 @@ -126,19 +126,19 @@
3 contents of data to match
4 MIME type if matched
5 MIME encoding if matched (optional)