]> granicus.if.org Git - apache/blob - docs/manual/mod/mod_echo.xml
Merge in APR[-util] macros from branches/trunk-buildconf-noapr
[apache] / docs / manual / mod / mod_echo.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_echo.xml.meta">
24
25 <name>mod_echo</name>
26 <description>A simple echo server to illustrate protocol
27 modules</description>
28 <status>Experimental</status>
29 <sourcefile>mod_echo.c</sourcefile>
30 <identifier>echo_module</identifier>
31
32 <summary>
33     <p>This module provides an example protocol module to illustrate the
34     concept. It provides a simple echo server. Telnet to it and type
35     stuff, and it will echo it.</p>
36 </summary>
37
38 <directivesynopsis>
39
40 <name>ProtocolEcho</name>
41 <description>Turn the echo server on or off</description>
42 <syntax>ProtocolEcho On|Off</syntax>
43 <default>ProtocolEcho Off</default>
44 <contextlist><context>server config</context>
45 <context>virtual host</context></contextlist>
46
47 <usage>
48     <p>The <directive>ProtocolEcho</directive> directive enables or
49     disables the echo server.</p>
50
51     <example><title>Example</title>
52     <highlight language="config">
53       ProtocolEcho On
54     </highlight>
55     </example>
56 </usage>
57
58 </directivesynopsis>
59 </modulesynopsis>
60