Author: markt
Date: Tue Sep 20 15:19:39 2005
New Revision: 290577
URL: http://svn.apache.org/viewcvs?rev=290577&view=rev
Log:
Add missing and new options to docs.
Modified:
tomcat/container/branches/tc4.1.x/webapps/tomcat-docs/config/coyote.xml
Modified:
tomcat/container/branches/tc4.1.x/webapps/tomcat-docs/config/coyote.xml
URL:
http://svn.apache.org/viewcvs/tomcat/container/branches/tc4.1.x/webapps/tomcat-docs/config/coyote.xml?rev=290577&r1=290576&r2=290577&view=diff
==============================================================================
--- tomcat/container/branches/tc4.1.x/webapps/tomcat-docs/config/coyote.xml
(original)
+++ tomcat/container/branches/tc4.1.x/webapps/tomcat-docs/config/coyote.xml Tue
Sep 20 15:19:39 2005
@@ -141,6 +141,12 @@
2048 bytes will be provided.</p>
</attribute>
+ <attribute name="compressableMimeType" required="false">
+ <p>The value is a comma separated list of MIME types for which HTTP
+ compression may be used.
+ The default value is <code>text/html,text/xml,text/plain</code>.</p>
+ </attribute>
+
<attribute name="compression" required="false">
<p>The <strong>Connector</strong> may use HTTP/1.1 GZIP compression in
an attempt to save server bandwidth. The acceptable values for the
@@ -177,6 +183,21 @@
allows either the servlet a longer amount of time to complete its
execution, or a longer timeout during data upload. If not specified,
this attribute is set to "false".</p>
+ </attribute>
+
+ <attribute name="maxHttpHeaderSize" required="false">
+ <p>The maximum size of the request and response HTTP header, specified
+ in bytes.
+ If not specified, this attribute is set to 4096 (4 KB).</p>
+ </attribute>
+
+ <attribute name="maxKeepAliveRequests" required="false">
+ <p>The maximum number of HTTP requests which can be pipelined until
+ the connection is closed by the server. Setting this attribute to 1 will
+ disable HTTP/1.0 keep-alive, as well as HTTP/1.1 keep-alive and
+ pipelining. Setting this to -1 will allow an unlimited amount of
+ pipelined or keep-alive HTTP requests.
+ If not specified, this attribute is set to 100.</p>
</attribute>
<attribute name="maxProcessors" required="false">
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]