From cedc4eb98030aaee7b80c907f8d0e0535b0fbfb6 Mon Sep 17 00:00:00 2001 From: Christophe Jaillet Date: Tue, 9 Jun 2015 04:33:52 +0000 Subject: [PATCH] Add compatibility note git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1684312 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_logio.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/manual/mod/mod_logio.xml b/docs/manual/mod/mod_logio.xml index 6006c01dfe..24ecc873a7 100644 --- a/docs/manual/mod/mod_logio.xml +++ b/docs/manual/mod/mod_logio.xml @@ -76,8 +76,8 @@ %^FB Delay in microseconds between when the request arrived and the first byte of the response headers are written. Only available if - LogIOTrackTTFB is set to ON. - + LogIOTrackTTFB is set to ON.
+ Available in Apache 2.4.13 and later

Usually, the functionality is used like this:

-- 2.50.1