From f5c6d49d69bdd1cf30681f648e896fbb74af52c6 Mon Sep 17 00:00:00 2001
From: Eric Covener
Date: Fri, 5 Nov 2010 14:15:23 +0000
Subject: [PATCH] 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
---
docs/manual/mod/core.html.en | 4 +++-
docs/manual/mod/core.xml | 4 +++-
2 files changed, 6 insertions(+), 2 deletions(-)
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
--
2.40.0