From dd1cd024b035e7edbb7363f86c879889ddf03192 Mon Sep 17 00:00:00 2001 From: dgaudet Date: Sun, 15 Feb 1998 00:18:14 +0000 Subject: [PATCH] document piped errorlog git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@80220 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/core.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/manual/mod/core.html b/docs/manual/mod/core.html index 87989835742..65598c92991 100644 --- a/docs/manual/mod/core.html +++ b/docs/manual/mod/core.html @@ -773,6 +773,9 @@ responses.


The error log directive sets the name of the file to which the server will log any errors it encounters. If the filename does not begin with a slash (/) then it is assumed to be relative to the 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.

-- 2.47.2