diff options
author | Christophe Jaillet <jailletc36@apache.org> | 2022-05-04 19:49:03 +0200 |
---|---|---|
committer | Christophe Jaillet <jailletc36@apache.org> | 2022-05-04 19:49:03 +0200 |
commit | f3cd4ec49a7904ad98af7ce1f30d81d220b3cae2 (patch) | |
tree | e4086616cdd71ace0cf5df6c5ffc4cb0a92155ad | |
parent | Update to testing against OpenSSL 3.0.3. (diff) | |
download | apache2-f3cd4ec49a7904ad98af7ce1f30d81d220b3cae2.tar.xz apache2-f3cd4ec49a7904ad98af7ce1f30d81d220b3cae2.zip |
httpd 2.4.x and above require at least APR 1.3, so this is always the case.
Simplify the wording in the doc.
[skip ci]
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1900557 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | docs/manual/mod/mod_log_config.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/manual/mod/mod_log_config.xml b/docs/manual/mod/mod_log_config.xml index 4e2297e10b..053aadf86d 100644 --- a/docs/manual/mod/mod_log_config.xml +++ b/docs/manual/mod/mod_log_config.xml @@ -180,8 +180,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> |