summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRich Bowen <rbowen@apache.org>2023-01-31 14:33:15 +0000
committerRich Bowen <rbowen@apache.org>2023-01-31 14:33:15 +0000
commitb660fd0ff6e708de714ec4b889bc86728e38bdc8 (patch)
treed46d34f489469e1b7b9a6cb45e4a40ca8de62237 /docs
parent0b6001b201eb98a96b0bd6252edabcefeb1ddada (diff)
downloadhttpd-b660fd0ff6e708de714ec4b889bc86728e38bdc8.tar.gz
Fixes the inverted labels in this example log format string, as per bz65060
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1907144 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs')
-rw-r--r--docs/manual/mod/core.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/manual/mod/core.xml b/docs/manual/mod/core.xml
index 22d25fbb3d..ba7e393dcb 100644
--- a/docs/manual/mod/core.xml
+++ b/docs/manual/mod/core.xml
@@ -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>