]> granicus.if.org Git - apache/commitdiff
document piped errorlog
authordgaudet <dgaudet@unknown>
Sun, 15 Feb 1998 00:18:14 +0000 (00:18 +0000)
committerdgaudet <dgaudet@unknown>
Sun, 15 Feb 1998 00:18:14 +0000 (00:18 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@80220 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/core.html

index 8798983574244e9de258adf3148f875a4b6c2854..65598c929916b6976f0bc0108db7e7c5f0325e7b 100644 (file)
@@ -773,6 +773,9 @@ responses.</A><P><HR>
 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 <A HREF="#serverroot">ServerRoot</A>.
+If the filename begins with a pipe (|) then it is assumed to be a command to
+spawn to handle the error log.
+<p>
 Example:
 <BLOCKQUOTE><CODE>ErrorLog /dev/null</CODE></BLOCKQUOTE>
 This effectively turns off error logging.<P>