From: Rich Bowen Date: Tue, 31 Jan 2023 15:05:20 +0000 (+0000) Subject: Fix order of remote/local IP addresses in ErrorLogFormat example X-Git-Tag: 2.4.56-candidate~26 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=87e99a15a6465a7192bf6bcfd3c17689286fc454;p=thirdparty%2Fapache%2Fhttpd.git Fix order of remote/local IP addresses in ErrorLogFormat example git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1907151 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/core.xml b/docs/manual/mod/core.xml index 239c9cd1060..ad5e41af83d 100644 --- a/docs/manual/mod/core.xml +++ b/docs/manual/mod/core.xml @@ -1789,7 +1789,7 @@ ErrorLogFormat "[%{uc}t] [%-m:%-l] [R:%L] [C:%{C}L] %7F: %E: %M" ErrorLogFormat request "[%{uc}t] [R:%L] Request %k on C:%{c}L pid:%P tid:%T" ErrorLogFormat request "[%{uc}t] [R:%L] UA:'%+{User-Agent}i'" ErrorLogFormat request "[%{uc}t] [R:%L] Referer:'%+{Referer}i'" -ErrorLogFormat connection "[%{uc}t] [C:%{c}L] local\ %a remote\ %A" +ErrorLogFormat connection "[%{uc}t] [C:%{c}L] remote\ %a local\ %A"