You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rb...@apache.org on 2023/01/31 15:05:20 UTC

svn commit: r1907151 - /httpd/httpd/branches/2.4.x/docs/manual/mod/core.xml

Author: rbowen
Date: Tue Jan 31 15:05:20 2023
New Revision: 1907151

URL: http://svn.apache.org/viewvc?rev=1907151&view=rev
Log:
Fix order of remote/local IP addresses in ErrorLogFormat example

Modified:
    httpd/httpd/branches/2.4.x/docs/manual/mod/core.xml

Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/core.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/mod/core.xml?rev=1907151&r1=1907150&r2=1907151&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mod/core.xml (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/mod/core.xml Tue Jan 31 15:05:20 2023
@@ -1789,7 +1789,7 @@ ErrorLogFormat "[%{uc}t] [%-m:%-l] [R:%L
 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>