From 5ffa9aaaeb9093b2833baa1b813d7b3f7520141f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20Malo?= Date: Fri, 26 Dec 2008 21:36:24 +0000 Subject: [PATCH] update transformation git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@729537 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/env.html.tr.utf8 | 1 + docs/manual/env.xml.ja | 2 +- docs/manual/env.xml.ko | 2 +- docs/manual/env.xml.meta | 2 +- docs/manual/env.xml.tr | 2 +- docs/manual/mod/mod_authz_dbd.html.en | 2 +- docs/manual/mod/mod_cache.xml.ja | 2 +- docs/manual/mod/mod_cache.xml.ko | 2 +- docs/manual/mod/mod_heartbeat.html | 5 ++ docs/manual/mod/mod_heartbeat.html.en | 59 +++++++++++++++ docs/manual/mod/mod_heartbeat.xml.meta | 12 +++ docs/manual/mod/mod_heartmonitor.html | 5 ++ docs/manual/mod/mod_heartmonitor.html.en | 73 +++++++++++++++++++ docs/manual/mod/mod_heartmonitor.xml.meta | 12 +++ docs/manual/mod/mod_lbmethod_heartbeat.html | 5 ++ .../manual/mod/mod_lbmethod_heartbeat.html.en | 66 +++++++++++++++++ .../mod/mod_lbmethod_heartbeat.xml.meta | 12 +++ 17 files changed, 257 insertions(+), 7 deletions(-) create mode 100644 docs/manual/mod/mod_heartbeat.html create mode 100644 docs/manual/mod/mod_heartbeat.html.en create mode 100644 docs/manual/mod/mod_heartbeat.xml.meta create mode 100644 docs/manual/mod/mod_heartmonitor.html create mode 100644 docs/manual/mod/mod_heartmonitor.html.en create mode 100644 docs/manual/mod/mod_heartmonitor.xml.meta create mode 100644 docs/manual/mod/mod_lbmethod_heartbeat.html create mode 100644 docs/manual/mod/mod_lbmethod_heartbeat.html.en create mode 100644 docs/manual/mod/mod_lbmethod_heartbeat.xml.meta diff --git a/docs/manual/env.html.tr.utf8 b/docs/manual/env.html.tr.utf8 index e4ba3de727..b4373be3e8 100644 --- a/docs/manual/env.html.tr.utf8 +++ b/docs/manual/env.html.tr.utf8 @@ -23,6 +23,7 @@  ko  |  tr 

+
Bu çeviri güncel olmayabilir. Son değişiklikler için İngilizce sürüm geçerlidir.

Apache HTTP Sunucusunda bilgiyi değişkenlerde saklamak için ortam değişkenleri adı verilen bir mekanizma bulunur. Saklanan bu bilgi diff --git a/docs/manual/env.xml.ja b/docs/manual/env.xml.ja index 71b9e65740..4055e966fb 100644 --- a/docs/manual/env.xml.ja +++ b/docs/manual/env.xml.ja @@ -1,7 +1,7 @@ - + + + + + +mod_heartbeat - Apache HTTP Server + + + + + +

+
<-
+
+Apache > HTTP Server > Documentation > Version 2.3 > Modules
+
+

Apache Module mod_heartbeat

+
+

Available Languages:  en 

+
+ + + + +
Description:
Status:Extension
Module Identifier:heartbeat_module
Source File:mod_heartbeat.c
Compatibility:Available in 2.3 and later
+

Summary

+ +
This document is still under development.
+
+

Directives

+ +
+ +
top
+

HeartbeatAddress Directive

+ + + + + + +
Description:Address to send heartbeat requests
Syntax:
Context:server config
Status:Extension
Module:mod_heartbeat
+
This document is still under development.
+ +
+
+
+

Available Languages:  en 

+
+ \ No newline at end of file diff --git a/docs/manual/mod/mod_heartbeat.xml.meta b/docs/manual/mod/mod_heartbeat.xml.meta new file mode 100644 index 0000000000..d0ff5c1508 --- /dev/null +++ b/docs/manual/mod/mod_heartbeat.xml.meta @@ -0,0 +1,12 @@ + + + + + mod_heartbeat + /mod/ + .. + + + en + + diff --git a/docs/manual/mod/mod_heartmonitor.html b/docs/manual/mod/mod_heartmonitor.html new file mode 100644 index 0000000000..5ac954ac8a --- /dev/null +++ b/docs/manual/mod/mod_heartmonitor.html @@ -0,0 +1,5 @@ +# GENERATED FROM XML -- DO NOT EDIT + +URI: mod_heartmonitor.html.en +Content-Language: en +Content-type: text/html; charset=ISO-8859-1 diff --git a/docs/manual/mod/mod_heartmonitor.html.en b/docs/manual/mod/mod_heartmonitor.html.en new file mode 100644 index 0000000000..e3afc29ae0 --- /dev/null +++ b/docs/manual/mod/mod_heartmonitor.html.en @@ -0,0 +1,73 @@ + + + +mod_heartmonitor - Apache HTTP Server + + + + + + +
<-
+
+Apache > HTTP Server > Documentation > Version 2.3 > Modules
+
+

Apache Module mod_heartmonitor

+
+

Available Languages:  en 

+
+ + + + +
Description:
Status:Extension
Module Identifier:heartmonitor_module
Source File:mod_heartmonitor.c
Compatibility:Available in 2.3 and later
+

Summary

+ +
This document is still under development.
+
+

Directives

+ +
+ +
top
+

HeartbeatListen Directive

+ + + + + + +
Description:Address to listen for heartbeat requests
Syntax:
Context:server config
Status:Extension
Module:mod_heartmonitor
+
This document is still under development.
+ +
+
top
+

HeartbeatStorage Directive

+ + + + + + + +
Description:Path to store heartbeat data
Syntax:HeartbeatStorage file-path
Default:HeartbeatStorage logs/hb.dat
Context:server config
Status:Extension
Module:mod_heartmonitor
+
This document is still under development.
+ +
+
+
+

Available Languages:  en 

+
+ \ No newline at end of file diff --git a/docs/manual/mod/mod_heartmonitor.xml.meta b/docs/manual/mod/mod_heartmonitor.xml.meta new file mode 100644 index 0000000000..e1db51442f --- /dev/null +++ b/docs/manual/mod/mod_heartmonitor.xml.meta @@ -0,0 +1,12 @@ + + + + + mod_heartmonitor + /mod/ + .. + + + en + + diff --git a/docs/manual/mod/mod_lbmethod_heartbeat.html b/docs/manual/mod/mod_lbmethod_heartbeat.html new file mode 100644 index 0000000000..bcea1f8494 --- /dev/null +++ b/docs/manual/mod/mod_lbmethod_heartbeat.html @@ -0,0 +1,5 @@ +# GENERATED FROM XML -- DO NOT EDIT + +URI: mod_lbmethod_heartbeat.html.en +Content-Language: en +Content-type: text/html; charset=ISO-8859-1 diff --git a/docs/manual/mod/mod_lbmethod_heartbeat.html.en b/docs/manual/mod/mod_lbmethod_heartbeat.html.en new file mode 100644 index 0000000000..6435624947 --- /dev/null +++ b/docs/manual/mod/mod_lbmethod_heartbeat.html.en @@ -0,0 +1,66 @@ + + + +mod_lbmethod_heartbeat - Apache HTTP Server + + + + + + +
<-
+
+Apache > HTTP Server > Documentation > Version 2.3 > Modules
+
+

Apache Module mod_lbmethod_heartbeat

+
+

Available Languages:  en 

+
+ + + + +
Description: This document is still under development.
Status:Extension
Module Identifier:lbmethod_heartbeat_module
Source File:mod_lbmethod_heartbeat.c
Compatibility:Available in version 2.3 and later
+

Summary

+ +
This document is still under development.
+
+ + +
top
+

HeartbeatStorage Directive

+ + + + + + + +
Description:Path to read heartbeat data
Syntax:HeartbeatStorage file-path
Default:HeartbeatStorage logs/hb.dat
Context:server config
Status:Extension
Module:mod_lbmethod_heartbeat
+
This document is still under development.
+ +
+
+
+

Available Languages:  en 

+
+ \ No newline at end of file diff --git a/docs/manual/mod/mod_lbmethod_heartbeat.xml.meta b/docs/manual/mod/mod_lbmethod_heartbeat.xml.meta new file mode 100644 index 0000000000..ace3e7f36d --- /dev/null +++ b/docs/manual/mod/mod_lbmethod_heartbeat.xml.meta @@ -0,0 +1,12 @@ + + + + + mod_lbmethod_heartbeat + /mod/ + .. + + + en + + -- 2.50.1