From: Richard Bowen Date: Wed, 24 Jul 2002 03:13:04 +0000 (+0000) Subject: Add documentation for mod_echo. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=01d5ad74c4c0ff0c30bad5b2abd8a5c189c7b851;p=apache Add documentation for mod_echo. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96165 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/allmodules.html.en b/docs/manual/mod/allmodules.html.en index 2efc71b7eb..a33a8ed6d9 100644 --- a/docs/manual/mod/allmodules.html.en +++ b/docs/manual/mod/allmodules.html.en @@ -17,6 +17,7 @@ mod_dav.xml mod_deflate.xml mod_dir.xml + mod_echo.xml mod_env.xml mod_example.xml mod_expires.xml diff --git a/docs/manual/mod/allmodules.xml b/docs/manual/mod/allmodules.xml index b1d8edae19..ec744929a1 100644 --- a/docs/manual/mod/allmodules.xml +++ b/docs/manual/mod/allmodules.xml @@ -19,6 +19,7 @@ mod_dav.xml mod_deflate.xml mod_dir.xml + mod_echo.xml mod_env.xml mod_example.xml mod_expires.xml diff --git a/docs/manual/mod/mod_echo.html.en b/docs/manual/mod/mod_echo.html.en new file mode 100644 index 0000000000..22138eb0c3 --- /dev/null +++ b/docs/manual/mod/mod_echo.html.en @@ -0,0 +1,20 @@ +mod_echo- Apache HTTP Server
[APACHE DOCUMENTATION]

Apache HTTP Server Version 2.0

Apache Module mod_echo

Description:A simple echo server to illustrate protocol +modules
Status:Experimental
Module Identifier:echo_module
Compatibility:Available in Apache 2.0 and later

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. +

Directives


ProtocolEcho Directive

Description: Turn the echo server on or off
Syntax:ProtocolEcho On|Off
Context:server config, virtual host
Status:Experimental
Module:mod_echo
Compatibility:ProtocolEcho is only available in 2.0 and +later.
+

The ProtocolEcho directive enables or + disables the echo server.

+ +

Example

+ + ProtocolEcho On +
+ +

Apache HTTP Server Version 2.0

IndexHome \ 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 index 0000000000..ade9ec9bbe --- /dev/null +++ b/docs/manual/mod/mod_echo.xml @@ -0,0 +1,43 @@ + + + + + +mod_echo +A simple echo server to illustrate protocol +modules +Experimental +mod_echo.c +echo_module +Available in Apache 2.0 and later + + + 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. + + + + +ProtocolEcho +Turn the echo server on or off +ProtocolEcho On|Off +server config +virtual host +ProtocolEcho is only available in 2.0 and +later. + + +

The ProtocolEcho directive enables or + disables the echo server.

+ + + Example + ProtocolEcho On + + +
+ +
+
+