1 Jul 2003 01:19
cvs commit: httpd-2.0/docs/manual/style/xsl common.xsl
<nd <at> apache.org>
2003-06-30 23:19:57 GMT
2003-06-30 23:19:57 GMT
nd 2003/06/30 16:19:57
Modified: docs/manual/mod mod_log_config.html.en
docs/manual/ssl ssl_compat.html.en
docs/manual/style/xsl common.xsl
Log:
restore old zebra behaviour
Revision Changes Path
1.37 +32 -32 httpd-2.0/docs/manual/mod/mod_log_config.html.en
Index: mod_log_config.html.en
===================================================================
RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_log_config.html.en,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- mod_log_config.html.en 16 Jun 2003 05:31:59 -0000 1.36
+++ mod_log_config.html.en 30 Jun 2003 23:19:56 -0000 1.37
<at> <at> -75,82 +75,82 <at> <at>
<table class="bordered"><tr class="header"><th>Format String</th>
<th>Description</th></tr>
-<tr class="odd"><td><code>%%</code></td>
+<tr><td><code>%%</code></td>
<td>The percent sign</td></tr>
-<tr><td><code>%...a</code></td>
+<tr class="odd"><td><code>%...a</code></td>
<td>Remote IP-address</td></tr>
-<tr class="odd"><td><code>%...A</code></td>
(Continue reading)
RSS Feed