]> granicus.if.org Git - apache/commitdiff
Add documentation for mod_echo.
authorRichard Bowen <rbowen@apache.org>
Wed, 24 Jul 2002 03:13:04 +0000 (03:13 +0000)
committerRichard Bowen <rbowen@apache.org>
Wed, 24 Jul 2002 03:13:04 +0000 (03:13 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96165 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/allmodules.html.en
docs/manual/mod/allmodules.xml
docs/manual/mod/mod_echo.html.en [new file with mode: 0644]
docs/manual/mod/mod_echo.xml [new file with mode: 0644]

index 2efc71b7eb03bed3f7ee65aa087e3f49ddd22002..a33a8ed6d9e6f09b41dc6f785809d34f0ee60720 100644 (file)
@@ -17,6 +17,7 @@
   <modulefile>mod_dav.xml</modulefile>
   <modulefile>mod_deflate.xml</modulefile>
   <modulefile>mod_dir.xml</modulefile>
+  <modulefile>mod_echo.xml</modulefile>
   <modulefile>mod_env.xml</modulefile>
   <modulefile>mod_example.xml</modulefile>
   <modulefile>mod_expires.xml</modulefile>
index b1d8edae19732b95cab0d703fc539d91ba960b09..ec744929a16b78d6d0400dc74eed1ff76cdb31e6 100644 (file)
@@ -19,6 +19,7 @@
   <modulefile>mod_dav.xml</modulefile>
   <modulefile>mod_deflate.xml</modulefile>
   <modulefile>mod_dir.xml</modulefile>
+  <modulefile>mod_echo.xml</modulefile>
   <modulefile>mod_env.xml</modulefile>
   <modulefile>mod_example.xml</modulefile>
   <modulefile>mod_expires.xml</modulefile>
diff --git a/docs/manual/mod/mod_echo.html.en b/docs/manual/mod/mod_echo.html.en
new file mode 100644 (file)
index 0000000..22138eb
--- /dev/null
@@ -0,0 +1,20 @@
+<html xmlns="http://www.w3.org/TR/xhtml1/strict"><head><!-- 
+          XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
+                This file is generated from xml source: DO NOT EDIT
+          XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
+        --><title>mod_echo- Apache HTTP Server</title><link href="../style/manual.css" type="text/css" rel="stylesheet"/></head><body><blockquote><div align="center"><img src="../images/sub.gif" alt="[APACHE DOCUMENTATION]"/><h3>Apache HTTP Server Version 2.0</h3></div><h1 align="center">Apache Module mod_echo</h1><table cellspacing="1" cellpadding="0" bgcolor="#cccccc"><tr><td><table bgcolor="#ffffff"><tr><td nowrap="nowrap" valign="top"><span class="help">Description:</span></td><td>A simple echo server to illustrate protocol 
+modules</td></tr><tr><td nowrap="nowrap"><a href="module-dict.html#Status" class="help">Status:</a></td><td>Experimental</td></tr><tr><td nowrap="nowrap"><a href="module-dict.html#ModuleIdentifier" class="help">Module&nbsp;Identifier:</a></td><td>echo_module</td></tr><tr><td align="left" valign="top"><a href="module-dict.html#Compatibility" class="help">Compatibility:</a></td><td><compatibility>Available in Apache 2.0 and later</compatibility></td></tr></table></td></tr></table><h2>Summary</h2>
+    This module provides an example protocol module to illustrate the
+    concept. It provides a simple echo server. Telnet to it and type
+    stuff, and it will echo it.
+<h2>Directives</h2><ul><li><a href="#protocolecho">ProtocolEcho</a></li></ul><hr/><h2><a name="ProtocolEcho">ProtocolEcho</a> <a name="protocolecho">Directive</a></h2><table cellpadding="1" cellspacing="0" border="0" bgcolor="#cccccc"><tr><td><table bgcolor="#ffffff"><tr><td nowrap="nowrap"><strong>Description: </strong></td><td>Turn the echo server on or off</td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Syntax" class="help">Syntax:</a></td><td>ProtocolEcho <em>On|Off</em></td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Context" class="help">Context:</a></td><td>server config, virtual host</td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Status" class="help">Status:</a></td><td>Experimental</td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Module" class="help">Module:</a></td><td>mod_echo</td></tr><tr><td nowrap="nowrap" align="left" valign="top"><a href="directive-dict.html#Compatibility" class="help">Compatibility:</a></td><td>ProtocolEcho is only available in 2.0 and
+later.</td></tr></table></td></tr></table>
+    <p>The <code class="directive">ProtocolEcho</code> directive enables or
+    disables the echo server.</p>
+
+    <blockquote><table cellpadding="10"><tr><td bgcolor="#eeeeee"><p align="center"><strong>Example</strong></p><code>
+    
+    ProtocolEcho On
+    </code></td></tr></table></blockquote>
+
+<hr/></blockquote><h3 align="center">Apache HTTP Server Version 2.0</h3><a href="./"><img src="../images/index.gif" alt="Index"/></a><a href="../"><img src="../images/home.gif" alt="Home"/></a></body></html>
\ No newline at end of file
diff --git a/docs/manual/mod/mod_echo.xml b/docs/manual/mod/mod_echo.xml
new file mode 100644 (file)
index 0000000..ade9ec9
--- /dev/null
@@ -0,0 +1,43 @@
+<?xml version="1.0"?>
+<!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
+<?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?>
+<modulesynopsis>
+
+<name>mod_echo</name>
+<description>A simple echo server to illustrate protocol 
+modules</description>
+<status>Experimental</status>
+<sourcefile>mod_echo.c</sourcefile>
+<identifier>echo_module</identifier>
+<compatibility>Available in Apache 2.0 and later</compatibility>
+
+<summary>
+    This module provides an example protocol module to illustrate the
+    concept. It provides a simple echo server. Telnet to it and type
+    stuff, and it will echo it.
+</summary>
+
+<directivesynopsis>
+
+<name>ProtocolEcho</name>
+<description>Turn the echo server on or off</description>
+<syntax>ProtocolEcho <em>On|Off</em></syntax>
+<contextlist><context>server config</context>
+<context>virtual host</context></contextlist>
+<compatibility>ProtocolEcho is only available in 2.0 and
+later.</compatibility>
+
+<usage>
+    <p>The <directive>ProtocolEcho</directive> directive enables or
+    disables the echo server.</p>
+
+    <example>
+    <title>Example</title>
+    ProtocolEcho On
+    </example>
+
+</usage>
+
+</directivesynopsis>
+</modulesynopsis>
+