From f3cd4ec49a7904ad98af7ce1f30d81d220b3cae2 Mon Sep 17 00:00:00 2001 From: Christophe Jaillet Date: Wed, 4 May 2022 17:49:03 +0000 Subject: [PATCH] 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 --- docs/manual/mod/mod_log_config.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/manual/mod/mod_log_config.xml b/docs/manual/mod/mod_log_config.xml index 4e2297e10b7..053aadf86d6 100644 --- a/docs/manual/mod/mod_log_config.xml +++ b/docs/manual/mod/mod_log_config.xml @@ -180,8 +180,7 @@ %{format}P The process ID or thread ID of the child that serviced the request. Valid formats are pid, tid, - and hextid. hextid requires APR 1.2.0 or - higher. + and hextid. %q -- 2.47.3