glenn 2002/08/28 17:32:39
Modified: webapps/tomcat-docs/config jk.xml
Log:
Note those features which are Apache 1.3 only
Revision Changes Path
1.9 +2 -2 jakarta-tomcat-4.0/webapps/tomcat-docs/config/jk.xml
Index: jk.xml
===================================================================
RCS file: /home/cvs/jakarta-tomcat-4.0/webapps/tomcat-docs/config/jk.xml,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- jk.xml 28 Aug 2002 13:33:18 -0000 1.8
+++ jk.xml 29 Aug 2002 00:32:39 -0000 1.9
@@ -318,7 +318,7 @@
<code>JkMount URL_PREFIX WORKER_NAME</code>. You can use the
JkMount directive at the top level or inside <VirtualHost>
sections of your httpd.conf file.</li>
- <li>The directive <tt>JkRequestLogFormat</tt> will configure the
format of mod_jk
+ <li>The directive <tt>JkRequestLogFormat</tt> (Apache 1.3 only) will
configure the format of mod_jk
individual request logging. Request logging is configured and enabled
on a per
virtual host basis. To enable request logging for a virtual host
just add
a JkRequestLogFormat config.
@@ -400,7 +400,7 @@
</pre>
</p>
- <p>Use the mod_jk JkAutoAlias directive to map all web application
context
+ <p>Use the mod_jk JkAutoAlias (Apache 1.3 only) directive to map all web
application context
directories into Apache's document space. Attempts to access the
<code>WEB-INF</code>
or <code>META-INF</code> directories within a web application context or
a
Web Archive <code>*.war</code> within the Tomcat Host appBase (webapps)
directory
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>