From: Eric Covener Date: Fri, 5 Nov 2010 14:15:23 +0000 (+0000) Subject: PR#29538: ErrorLog syslog facility can't be changed per-virtualhost. X-Git-Tag: 2.3.9~125 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f5c6d49d69bdd1cf30681f648e896fbb74af52c6;p=apache PR#29538: ErrorLog syslog facility can't be changed per-virtualhost. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1031579 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/core.html.en b/docs/manual/mod/core.html.en index 785b8b6479..338ea26eb6 100644 --- a/docs/manual/mod/core.html.en +++ b/docs/manual/mod/core.html.en @@ -1077,7 +1077,9 @@ in case of an error syslog facility local7, but you can override this by using the syslog:facility syntax where facility can be one of the names usually documented in - syslog(1).

+ syslog(1). The facility is effectively global, and if it is changed + in individual virtual hosts, the final facility specified affects the + entire server.

Example

ErrorLog syslog:user diff --git a/docs/manual/mod/core.xml b/docs/manual/mod/core.xml index 44d9f3dee4..9f91f0b969 100644 --- a/docs/manual/mod/core.xml +++ b/docs/manual/mod/core.xml @@ -1028,7 +1028,9 @@ in case of an error syslog facility local7, but you can override this by using the syslog:facility syntax where facility can be one of the names usually documented in - syslog(1).

+ syslog(1). The facility is effectively global, and if it is changed + in individual virtual hosts, the final facility specified affects the + entire server.

Example ErrorLog syslog:user