From: dgaudet Date: Sun, 15 Feb 1998 00:18:14 +0000 (+0000) Subject: document piped errorlog X-Git-Tag: APACHE_BIG_SYMBOL_RENAME_POST~42 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dd1cd024b035e7edbb7363f86c879889ddf03192;p=thirdparty%2Fapache%2Fhttpd.git document piped errorlog git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@80220 13f79535-47bb-0310-9956-ffa450edef68 --- 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.