]> granicus.if.org Git - apache/blob - docs/manual/mod/mod_heartmonitor.xml
Update docco xforms
[apache] / docs / manual / mod / mod_heartmonitor.xml
1 <?xml version="1.0"?>
2 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
3 <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?>
4 <!-- $LastChangedRevision$ -->
5
6 <!--
7  Licensed to the Apache Software Foundation (ASF) under one or more
8  contributor license agreements.  See the NOTICE file distributed with
9  this work for additional information regarding copyright ownership.
10  The ASF licenses this file to You under the Apache License, Version 2.0
11  (the "License"); you may not use this file except in compliance with
12  the License.  You may obtain a copy of the License at
13
14      http://www.apache.org/licenses/LICENSE-2.0
15
16  Unless required by applicable law or agreed to in writing, software
17  distributed under the License is distributed on an "AS IS" BASIS,
18  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
19  See the License for the specific language governing permissions and
20  limitations under the License.
21 -->
22
23 <modulesynopsis metafile="mod_heartmonitor.xml.meta">
24
25 <name>mod_heartmonitor</name>
26 <description></description>
27 <status>Extension</status>
28 <sourcefile>mod_heartmonitor.c</sourcefile>
29 <identifier>heartmonitor_module</identifier>
30 <compatibility>Available in 2.3 and later</compatibility>
31
32 <summary>
33     <note><!-- FIXME: -->This document is still under development.</note>
34 </summary>
35
36 <directivesynopsis>
37 <name>HeartbeatListen</name>
38 <description>Address to listen for heartbeat requests</description>
39 <syntax></syntax>
40 <contextlist><context>server config</context></contextlist>
41
42 <usage>
43     <note><!-- FIXME: -->This document is still under development.</note>
44 </usage> 
45 </directivesynopsis>
46
47 <directivesynopsis>
48 <name>HeartbeatStorage</name>
49 <description>Path to store heartbeat data</description>
50 <syntax>HeartbeatStorage <var>file-path</var></syntax>
51 <default>HeartbeatStorage logs/hb.dat</default>
52 <contextlist><context>server config</context></contextlist>
53
54 <usage>
55     <note><!-- FIXME: -->This document is still under development.</note>
56 </usage> 
57 </directivesynopsis>
58
59 </modulesynopsis>