From: Christophe Jaillet Date: Tue, 26 May 2026 18:30:25 +0000 (+0000) Subject: Add a missing space in the syntax of GlobalLog. X-Git-Tag: 2.4.68-rc1-candidate~68 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=809839e753ce76fa8b3a35732ab2e651a77e7d71;p=thirdparty%2Fapache%2Fhttpd.git Add a missing space in the syntax of GlobalLog. While at it, remove some trailing spaces and add some "" to improve syntax highlight in an example. This also makes doc closer to trunk. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1934652 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_log_config.xml b/docs/manual/mod/mod_log_config.xml index 4838efa3c6..15759f0f11 100644 --- a/docs/manual/mod/mod_log_config.xml +++ b/docs/manual/mod/mod_log_config.xml @@ -599,7 +599,7 @@ CustomLog "referer.log" referer env=!localreferer LogFormat "%v %h %l %u %t \"%r\" %>s %b" vhost_common - + @@ -623,7 +623,7 @@ CustomLog "referer.log" referer env=!localreferer Example LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-agent}i\"" -TransferLog logs/access_log +TransferLog "logs/access_log" @@ -632,7 +632,7 @@ TransferLog logs/access_log GlobalLog Sets filename and format of log file -GlobalLogfile|pipe +GlobalLog file|pipe format|nickname [env=[!]environment-variable| expr=expression]