]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Fixes the inverted labels in this example log format string, as per bz65060
authorRich Bowen <rbowen@apache.org>
Tue, 31 Jan 2023 14:33:15 +0000 (14:33 +0000)
committerRich Bowen <rbowen@apache.org>
Tue, 31 Jan 2023 14:33:15 +0000 (14:33 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1907144 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/core.xml

index 22d25fbb3d99e98f6c541b236b2eeea5255b4406..ba7e393dcb901b2124e83b4e3c74413e6846d8e3 100644 (file)
@@ -1811,7 +1811,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>