You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rb...@apache.org on 2010/04/09 14:44:32 UTC

svn commit: r932391 - in /httpd/httpd/trunk/docs/manual/mod: mod_log_config.html.en mod_log_config.xml

Author: rbowen
Date: Fri Apr  9 12:44:32 2010
New Revision: 932391

URL: http://svn.apache.org/viewvc?rev=932391&view=rev
Log:
Remove another confusing explanation of how things used to be long, long
ago.

Modified:
    httpd/httpd/trunk/docs/manual/mod/mod_log_config.html.en
    httpd/httpd/trunk/docs/manual/mod/mod_log_config.xml

Modified: httpd/httpd/trunk/docs/manual/mod/mod_log_config.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_log_config.html.en?rev=932391&r1=932390&r2=932391&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_log_config.html.en (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_log_config.html.en Fri Apr  9 12:44:32 2010
@@ -186,9 +186,7 @@
             sent.</td></tr>
         </table>
 
-        <p>(This directive was <code>%c</code> in late versions of Apache
-        1.3, but this conflicted with the historical ssl
-        <code>%{<var>var</var>}c</code> syntax.)</p></td></tr>
+        </td></tr>
 <tr class="odd"><td><code>%I</code></td>
         <td>Bytes received, including request and headers, cannot be zero.
         You need to enable <code class="module"><a href="../mod/mod_logio.html">mod_logio</a></code> to use this.</td></tr>

Modified: httpd/httpd/trunk/docs/manual/mod/mod_log_config.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_log_config.xml?rev=932391&r1=932390&r2=932391&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_log_config.xml (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_log_config.xml Fri Apr  9 12:44:32 2010
@@ -208,9 +208,7 @@
             sent.</td></tr>
         </table>
 
-        <p>(This directive was <code>%c</code> in late versions of Apache
-        1.3, but this conflicted with the historical ssl
-        <code>%{<var>var</var>}c</code> syntax.)</p></td></tr>
+        </td></tr>
 
     <tr><td><code>%I</code></td>
         <td>Bytes received, including request and headers, cannot be zero.