jfclere 2005/07/04 00:11:43
Modified: jk/xdocs/config apache.xml
Log:
Fix 34687.
Revision Changes Path
1.14 +2 -2 jakarta-tomcat-connectors/jk/xdocs/config/apache.xml
Index: apache.xml
===================================================================
RCS file: /home/cvs/jakarta-tomcat-connectors/jk/xdocs/config/apache.xml,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- apache.xml 18 May 2005 18:04:53 -0000 1.13
+++ apache.xml 4 Jul 2005 07:11:43 -0000 1.14
@@ -88,7 +88,7 @@
Shared memory file name. Used only on unix platforms.
</p></attribute>
<attribute name="JkShmSize" required="false"><p>
-Size of the shared memory file name. Default is 1MB.
+Size of the shared memory file name. Default is 64 k.
</p></attribute>
</attributes>
@@ -377,7 +377,7 @@
<p><b>JkUnmount</b> directive acts as an opposite to JkMount and blocks
access
to a particular URL. The purpose is to be able to filter out the particular
content
types from mounted context. The following example mounts /servlet/*
-context, but all .jpg files that belongs to that context are not served.
+context, but all .gif files that belongs to that context are not served.
</p>
<source>
# send all requests ending with /servlet to worker1
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]