From b37ad00f73292011d8be5532a6e3d903e99a1612 Mon Sep 17 00:00:00 2001 From: "Ralf S. Engelschall" Date: Sat, 25 Apr 1998 16:44:31 +0000 Subject: [PATCH] Document syslogd-based error logging Submitted by: Lars Eilebrecht git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@81037 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/core.html | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/docs/manual/mod/core.html b/docs/manual/mod/core.html index d54ce29323..a3040c6683 100644 --- a/docs/manual/mod/core.html +++ b/docs/manual/mod/core.html @@ -756,7 +756,7 @@ responses.


Syntax: ErrorLog filename
+>Syntax: ErrorLog filename|syslog
ServerRoot. If the filename begins with a pipe (|) then it is assumed to be a command to spawn to handle the error log. -

-Example: -

ErrorLog /dev/null
-This effectively turns off error logging.

+

Apache 1.3 and above: +Using syslog instead of a filename enables logging via syslogd(8) +if the system supports it. + +

SECURITY: See the security tips document for details on why your security could be compromised if the directory where logfiles are stored is writable by anyone other than the user that starts the server. +

See also: LogLevel


<Files> directive

@@ -1483,7 +1485,8 @@ server will try to create.

>Compatibility: LogLevel is only available in 1.3 or later.

LogLevel adjusts the verbosity of the messages recorded in the -error logs. The following levels are available, in order of +error logs (see ErrorLog directive). +The following levels are available, in order of decreasing significance:

@@ -1520,7 +1523,8 @@ decreasing significance: of higher significance will be reported as well. E.g., when LogLevel info is specified, then messages with log levels of notice and warn will also be posted. - +

+Using a level of at least crit is recommended.


MaxClients directive

-- 2.40.0