hgomez 2002/10/28 06:37:06
Modified: jk/xdocs/jk aphowto.xml
Log:
Cleanup doc and remove comments on JkRequestLogFormat which is now
also available for Apache (in JK 1.2.1)
Revision Changes Path
1.14 +0 -4 jakarta-tomcat-connectors/jk/xdocs/jk/aphowto.xml
Index: aphowto.xml
===================================================================
RCS file: /home/cvs/jakarta-tomcat-connectors/jk/xdocs/jk/aphowto.xml,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- aphowto.xml 28 Oct 2002 12:04:56 -0000 1.13
+++ aphowto.xml 28 Oct 2002 14:37:06 -0000 1.14
@@ -369,7 +369,6 @@
<p>
<b>JkRequestLogFormat</b> will configure the format of mod_jk individual request
logging.
-For now this directive is only available on <b>Apache 1.3</b> server.
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.
The syntax of the format string is similiar to the Apache LogFormat command,
@@ -385,9 +384,6 @@
<tr><td>%m</td><td>The request method</td></tr>
<tr><td>%p</td><td>The canonical Port of the server serving the request</td></tr>
<tr><td>%q</td><td>The query string (prepended with a ? if a query string exists,
otherwise an empty string)</td></tr>
- <tr><td>%r</td><td>First line of request</td></tr>
- <tr><td>%r</td><td>First line of request</td></tr>
- <tr><td>%r</td><td>First line of request</td></tr>
<tr><td>%r</td><td>First line of request</td></tr>
<tr><td>%s</td><td>Request HTTP status code</td></tr>
<tr><td>%T</td><td>Request duration, elapsed time to handle request in seconds
'.' micro seconds</td></tr>
--
To unsubscribe, e-mail: <mailto:tomcat-dev-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:tomcat-dev-help@;jakarta.apache.org>