From: Eric Covener Date: Fri, 25 Dec 2015 17:12:43 +0000 (+0000) Subject: xforms X-Git-Tag: 2.5.0-alpha~2499 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b70f379914d7c6ef0272e210344d5dc34e26e8fd;p=thirdparty%2Fapache%2Fhttpd.git xforms git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1721686 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_log_config.html.en b/docs/manual/mod/mod_log_config.html.en index b0367b5e359..410a9f66217 100644 --- a/docs/manual/mod/mod_log_config.html.en +++ b/docs/manual/mod/mod_log_config.html.en @@ -59,6 +59,7 @@ @@ -490,6 +491,34 @@ CustomLog "nongif-requests.log" common env=!gif-image CustomLog "referer.log" referer env=!localreferer + +
top
+

GlobalLog Directive

+ + + + + + +
Description:Sets filename and format of log file
Syntax:GlobalLog file|pipe|provider +format|nickname +[env=[!]environment-variable| +expr=expression]
Context:server config
Status:Base
Module:mod_log_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:

+ +
top

LogFormat Directive