From a0a6b456c1adbf03c1cb0b7d5d157bc232e33144 Mon Sep 17 00:00:00 2001 From: Jeff Trawick Date: Wed, 16 Oct 2013 17:16:14 +0000 Subject: [PATCH] add generated files git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1532822 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_syslog.html | 5 ++ docs/manual/mod/mod_syslog.html.en | 91 ++++++++++++++++++++++++++++++ 2 files changed, 96 insertions(+) create mode 100644 docs/manual/mod/mod_syslog.html create mode 100644 docs/manual/mod/mod_syslog.html.en diff --git a/docs/manual/mod/mod_syslog.html b/docs/manual/mod/mod_syslog.html new file mode 100644 index 0000000000..163b677f1f --- /dev/null +++ b/docs/manual/mod/mod_syslog.html @@ -0,0 +1,5 @@ +# GENERATED FROM XML -- DO NOT EDIT + +URI: mod_syslog.html.en +Content-Language: en +Content-type: text/html; charset=ISO-8859-1 diff --git a/docs/manual/mod/mod_syslog.html.en b/docs/manual/mod/mod_syslog.html.en new file mode 100644 index 0000000000..605f269329 --- /dev/null +++ b/docs/manual/mod/mod_syslog.html.en @@ -0,0 +1,91 @@ + + + +mod_syslog - Apache HTTP Server + + + + + + + + +
<-
+
+Apache > HTTP Server > Documentation > Version 2.5 > Modules
+
+

Apache Module mod_syslog

+
+

Available Languages:  en 

+
+ + + +
Description:Provides "syslog" ErrorLog provider
Status:Extension
Module Identifier:syslog_module
Source File:mod_syslog.c
+

Summary

+ + +

This module provides "syslog" ErrorLog provider. It allows logging + error messages via syslogd(8).

+
+

Directives

+

This module provides no + directives.

+

Topics

+
+
top
+
+

Examples

+ + +

Using syslog in ErrorLog directive (see core) + instead of a filename enables logging via syslogd(8) if the system supports it. + The default is to use syslog facility local7, + but you can override this by using the syslog:facility + syntax where facility can be one of the names usually documented in + syslog(1). The facility is effectively global, and if it is changed + in individual virtual hosts, the final facility specified affects the + entire server.

+ +
ErrorLog syslog:user
+ + +
+
+
+

Available Languages:  en 

+
top

Comments

Notice:
This is not a Q&A section. Comments placed here should be pointed towards suggestions on improving the documentation or server, and may be removed again by our moderators if they are either implemented or considered invalid/off-topic. Questions on how to manage the Apache HTTP Server should be directed at either our IRC channel, #httpd, on Freenode, or sent to our mailing lists.
+
+ \ No newline at end of file -- 2.40.0