Return-Path: Delivered-To: apmail-httpd-docs-archive@httpd.apache.org Received: (qmail 96319 invoked by uid 500); 7 Sep 2002 03:04:47 -0000 Mailing-List: contact docs-help@httpd.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: docs@httpd.apache.org Delivered-To: mailing list docs@httpd.apache.org Received: (qmail 96307 invoked from network); 7 Sep 2002 03:04:46 -0000 Date: Sat, 7 Sep 2002 05:05:14 +0200 From: =?ISO-8859-1?Q?Andr=E9?= Malo X-Mailer: The Bat! (v1.60) Business X-Priority: 3 (Normal) Message-ID: <71848177.20020907050514@perlig.de> To: docs@httpd.apache.org Subject: Re: Ready to commit the new docs :-) In-Reply-To: <3D78CE4C.80601@slive.ca> References: <3D77D74D.3080008@codefaktor.de> <3D78CE4C.80601@slive.ca> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----------76481B832F7A3BA" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N ------------76481B832F7A3BA Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable * Joshua Slive wrote: > You might also consider resending any other changes that got missed. > There's been so much going on that a few things obviously slipped > through the cracks. ok, checked it. Most of the stuff was committed by Erik. I discovered just a few things (for now). mod_cache.xml: formal changes mainly inserted some line breaks for reasons of better readability and maintenance please note that Erik committed some content changes that were already on test.perlig.de... there was some confusion with the directives, here's the diff: http://cvs.apache.org/viewcvs.cgi/httpd-docs-2.0/manual/mod/mod_cache.xml.d= iff?r1=3D1.8&r2=3D1.9&diff_format=3Dh mod_charset_lite.xml: content change: example fix mod_mime_magic.xml: just formal changes nd --=20 die (eval q-qq[Just Another Perl Hacker ] ;-) # Andr=E9 Malo, # ------------76481B832F7A3BA Content-Type: text/plain; name="mod.diff"; charset=us-ascii Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="mod.diff" Index: mod_cache.xml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /home/cvspublic/httpd-2.0/docs/manual/mod/mod_cache.xml,v retrieving revision 1.9 diff -u -r1.9 mod_cache.xml --- mod_cache.xml=095 Sep 2002 23:15:32 -0000=091.9 +++ mod_cache.xml=097 Sep 2002 02:24:56 -0000 @@ -209,7 +209,7 @@ =20 CacheForceCompletion -Percentage of download to arrive for the cache to force compl= ete transfert +Percentage of download to arrive for the cache to force compl= ete transfer CacheForceCompletion Percentage CacheForceCompletion 60 server config @@ -223,8 +223,8 @@ This feature is currently not implemented. - - + + =20 CacheMaxStreamingBuffer @@ -234,15 +234,25 @@ server config =20 -

Maximum number of bytes of a streamed response (i.e., a response wh= ere 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 defaul= t, a streamed response will not be cached unless it has a Content-L= ength header. The reason for this is to avoid using a large amount of memor= y to buffer a partial response that might end up being too large to fit in t= he cache anyway. To enable caching of streamed responses, use CacheMaxStrea= mingBuffer to specify the maximum amount of buffer space to use per request.=

-

Note: Using a nonzero value for CacheMaxStreamingBuffer will not de= lay the transmission of the response to the client. As soon as mod_cache co= pies 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 amou= nt +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 u= se +per request.

=20 - - # 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 +
=20 Index: mod_charset_lite.xml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /home/cvspublic/httpd-2.0/docs/manual/mod/mod_charset_lite.xml,v retrieving revision 1.4 diff -u -r1.4 mod_charset_lite.xml --- mod_charset_lite.xml=0923 May 2002 14:50:11 -0000=091.4 +++ mod_charset_lite.xml=097 Sep 2002 02:24:56 -0000 @@ -88,10 +88,10 @@ APR. Generally, this means that it must be supported by iconv.

=20 -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>
Index: mod_mime_magic.xml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /home/cvspublic/httpd-2.0/docs/manual/mod/mod_mime_magic.xml,v retrieving revision 1.3 diff -u -r1.3 mod_mime_magic.xml --- mod_mime_magic.xml=0913 Jun 2002 00:02:58 -0000=091.3 +++ mod_mime_magic.xml=097 Sep 2002 02:24:58 -0000 @@ -35,13 +35,13 @@ following columns:

=20 - + =20 =20 - + =20 =20 - + =20 =20 - + =20 =20 - + =20 =20 - + =20 ------------76481B832F7A3BA Content-Type: text/plain; charset=us-ascii --------------------------------------------------------------------- To unsubscribe, e-mail: docs-unsubscribe@httpd.apache.org For additional commands, e-mail: docs-help@httpd.apache.org ------------76481B832F7A3BA--
ColumnDescription
1byte number to begin checking from
@@ -49,7 +49,7 @@ line
2 @@ -126,19 +126,19 @@
3contents of data to match
4MIME type if matched
5MIME encoding if matched (optional)