rse 98/10/03 06:38:32
Modified: src CHANGES
htdocs/manual/mod core.html
Log:
Document `ErrorLog syslog:facility' variant of error logging.
Requested by: Youichirou Koga <[EMAIL PROTECTED]>
Performed by: Ralf S. Engelschall
PR: 3096
Revision Changes Path
1.1091 +3 -0 apache-1.3/src/CHANGES
Index: CHANGES
===================================================================
RCS file: /export/home/cvs/apache-1.3/src/CHANGES,v
retrieving revision 1.1090
retrieving revision 1.1091
diff -u -r1.1090 -r1.1091
--- CHANGES 1998/10/03 13:26:00 1.1090
+++ CHANGES 1998/10/03 13:38:29 1.1091
@@ -1,5 +1,8 @@
Changes with Apache 1.3.3
+ *) Document `ErrorLog syslog:facility' variant of error logging.
+ [Youichirou Koga <[EMAIL PROTECTED]>] PR#3096
+
*) Fix http://localhost/ hints in top-level INSTALL document.
[Rob Jenson <[EMAIL PROTECTED]>, Ralf S. Engelschall] PR#3088
1.139 +5 -2 apache-1.3/htdocs/manual/mod/core.html
Index: core.html
===================================================================
RCS file: /export/home/cvs/apache-1.3/htdocs/manual/mod/core.html,v
retrieving revision 1.138
retrieving revision 1.139
diff -u -r1.138 -r1.139
--- core.html 1998/09/17 20:23:38 1.138
+++ core.html 1998/10/03 13:38:31 1.139
@@ -812,7 +812,7 @@
<A
HREF="directive-dict.html#Syntax"
REL="Help"
-><STRONG>Syntax:</STRONG></A> ErrorLog <EM>filename</EM>|<CODE>syslog</CODE>
+><STRONG>Syntax:</STRONG></A> ErrorLog
><EM>filename</EM>|<CODE>syslog[:facility]</CODE>
<BR>
<A
HREF="directive-dict.html#Default"
@@ -835,7 +835,10 @@
<P><STRONG>Apache 1.3 and above:</STRONG>
Using <CODE>syslog</CODE> instead of a filename enables logging via
syslogd(8)
-if the system supports it.
+if the system supports it. The default is to use syslog facility
+<CODE>local7</CODE>, but you can override this by using the
+<CODE>syslog:</CODE><EM>facility</EM> syntax where <EM>facility</EM> can be
+one of the names usually documented in syslog(1).
<P>
SECURITY: See the