rbowen 2002/10/27 17:51:29
Modified: htdocs/manual/mod core.html.en
Log:
Add an example of sending ErrorLog to syslog
Revision Changes Path
1.238 +10 -3 httpd-docs-1.3/htdocs/manual/mod/core.html.en
Index: core.html.en
===================================================================
RCS file: /home/cvs/httpd-docs-1.3/htdocs/manual/mod/core.html.en,v
retrieving revision 1.237
retrieving revision 1.238
diff -u -r1.237 -r1.238
--- core.html.en 7 Oct 2002 10:12:50 -0000 1.237
+++ core.html.en 28 Oct 2002 01:51:29 -0000 1.238
@@ -1305,8 +1305,11 @@
<p>Examples</p>
- <code>ErrorLog logs/vhost1.error</code><br />
- <code>ErrorLog |/usr/local/bin/errorlog.pl</code>
+ <p><code>ErrorLog logs/vhost1.error</code></p>
+
+ or
+
+ <p><code>ErrorLog |/usr/local/bin/errorlog.pl</code></p>
<p><strong>Apache 1.3 and above:</strong> Using
<code>syslog</code> instead of a filename enables logging via
@@ -1318,7 +1321,11 @@
<p>For example:</p>
- <code>ErrorLog syslog</code>
+ <p><code>ErrorLog syslog</code></p>
+
+ or
+
+ <p><code>ErrorLog syslog:user</code></p>
<p>SECURITY: See the <a
href="../misc/security_tips.html#serverroot">security tips</a>
---------------------------------------------------------------------
To unsubscribe, e-mail: docs-unsubscribe@httpd.apache.org
For additional commands, e-mail: docs-help@httpd.apache.org
|