]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Fix order of remote/local IP addresses in ErrorLogFormat example
authorRich Bowen <rbowen@apache.org>
Tue, 31 Jan 2023 15:05:20 +0000 (15:05 +0000)
committerRich Bowen <rbowen@apache.org>
Tue, 31 Jan 2023 15:05:20 +0000 (15:05 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1907151 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/core.xml

index 239c9cd10609211c47a0c964affc88c1d2f3d0e7..ad5e41af83da5b1c0d2ffa5dba4fc518d05a8e21 100644 (file)
@@ -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"
     </highlight>
 
 </usage>