Tweaks
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Mon, 1 Feb 2010 15:23:07 +0000 (15:23 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Mon, 1 Feb 2010 15:23:07 +0000 (15:23 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@905304 13f79535-47bb-0310-9956-ffa450edef68

webapps/docs/config/http.xml

index 5f93bca..1227a1f 100644 (file)
       value is 100.</p>
     </attribute>
 
-      <attribute name="acceptorThreadCount" required="false">
-        <p>The number of threads to be used to accept connections. Increase this
-        value on a multi CPU machine, although you would never really need more
-        than <code>2</code>. Also, with a lot of non keep alive connections, you
-        might want to increase this value as well. Default value is
-        <code>1</code>.</p>
-      </attribute>
+    <attribute name="acceptorThreadCount" required="false">
+      <p>The number of threads to be used to accept connections. Increase this
+      value on a multi CPU machine, although you would never really need more
+      than <code>2</code>. Also, with a lot of non keep alive connections, you
+      might want to increase this value as well. Default value is
+      <code>1</code>.</p>
+    </attribute>
 
     <attribute name="address" required="false">
       <p>For servers with more than one IP address, this attribute
     </attributes>
   </subsection>
 
-  <subsection name="APR specific configuration">
+  <subsection name="APR/native specific configuration">
     
-    <p>The following attributes are specific to the APR connector.</p>
+    <p>The following attributes are specific to the APR/native connector.</p>
 
     <attributes>