You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ja...@apache.org on 2022/05/04 17:50:35 UTC

svn commit: r1900558 - /httpd/httpd/branches/2.4.x/docs/manual/mod/mod_log_config.xml

Author: jailletc36
Date: Wed May  4 17:50:35 2022
New Revision: 1900558

URL: http://svn.apache.org/viewvc?rev=1900558&view=rev
Log:
httpd 2.4.x and above require at least APR 1.3, so this is always the case.
Simplify the wording in the doc.

r1900557 in trunk

[skip ci]

Modified:
    httpd/httpd/branches/2.4.x/docs/manual/mod/mod_log_config.xml

Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/mod_log_config.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/mod/mod_log_config.xml?rev=1900558&r1=1900557&r2=1900558&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mod/mod_log_config.xml (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/mod/mod_log_config.xml Wed May  4 17:50:35 2022
@@ -174,8 +174,7 @@
     <tr><td><code>%{<var>format</var>}P</code></td>
         <td>The process ID or thread ID of the child that serviced the
         request.  Valid formats are <code>pid</code>, <code>tid</code>,
-        and <code>hextid</code>.  <code>hextid</code> requires APR 1.2.0 or
-        higher.
+        and <code>hextid</code>.
         </td></tr>
 
     <tr><td><code>%q</code></td>