From cf2474887e715e59c534dfe2a8947d4c806d552b Mon Sep 17 00:00:00 2001 From: Christophe Jaillet Date: Wed, 4 May 2022 17:50:35 +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. r1900557 in trunk [skip ci] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1900558 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 6b8419334b3..2fe43f11edc 100644 --- a/docs/manual/mod/mod_log_config.xml +++ b/docs/manual/mod/mod_log_config.xml @@ -174,8 +174,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.2