You are viewing a plain text version of this content. The canonical link for it is here.
Posted to docs@httpd.apache.org by Daniel Rall <dl...@finemaltcoding.com> on 2005/07/21 23:57:03 UTC

[PATCH] Hyperlink ErrorLog reference to syslog to example in mod/core.html

While readiing the logs.html documentation during a moment of idiocy, I
had a little trouble recognizing that the ErrorLog directive had
built-in support for syslog.  The subsequent comment about pipe support
was conveniently linked to an example -- I'd like the mention of syslog
to do the same for those occasions where blood caffeine levels are
woefully insufficient.

Thanks, Dan

[[[

* docs/manual/logs.xml
  Hyperlink ErrorLog reference to syslog to example in mod/core.html.


--- docs/manual/logs.xml	(revision 220190)
+++ docs/manual/logs.xml	(working copy)
@@ -74,8 +74,9 @@
     <p>The error log is usually written to a file (typically
     <code>error_log</code> on unix systems and
     <code>error.log</code> on Windows and OS/2). On unix systems it
-    is also possible to have the server send errors to
-    <code>syslog</code> or <a href="#piped">pipe them to a
+    is also possible to have the server <a
+    href="mod/core.html#errorlog">send errors to
+    <code>syslog</code></a> or <a href="#piped">pipe them to a
     program</a>.</p>
 
     <p>The format of the error log is relatively free-form and


]]]


---------------------------------------------------------------------
To unsubscribe, e-mail: docs-unsubscribe@httpd.apache.org
For additional commands, e-mail: docs-help@httpd.apache.org