From: Eric Covener Date: Fri, 25 Dec 2015 17:12:32 +0000 (+0000) Subject: document GlobalLog X-Git-Tag: 2.5.0-alpha~2500 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a1cc03991096d47c283a6790e9496eebceee00dc;p=thirdparty%2Fapache%2Fhttpd.git document GlobalLog git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1721685 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_log_config.xml b/docs/manual/mod/mod_log_config.xml index d6ec402a7ab..f9fb7ba4b76 100644 --- a/docs/manual/mod/mod_log_config.xml +++ b/docs/manual/mod/mod_log_config.xml @@ -607,4 +607,33 @@ TransferLog "logs/access_log" + +GlobalLog +Sets filename and format of log file +GlobalLog file|pipe|provider +format|nickname +[env=[!]environment-variable| +expr=expression] +server config + + + + +

The GlobalLog directive defines a log shared + by the main server configuration and all defined virtual hosts.

+ +

The GlobalLog directive is identical to + the CustomLog directive, apart from the following + differences:

+
    +
  • GlobalLog is not valid in virtual host + context.
  • +
  • GlobalLog is used by virtual hosts that + define their own CustomLog, unlike a + globally specified CustomLog.
  • +
+
+
+ +