home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 November / CMCD1104.ISO / Software / Complet / Apache / apache_2.0.52-win32-x86-no_ssl.msi / Data.Cab / F278285_mod_echo.xml < prev    next >
Extensible Markup Language  |  2004-04-17  |  2KB  |  60 lines

  1. <?xml version="1.0"?>
  2. <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
  3. <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?>
  4. <!-- $Revision: 1.3.2.4 $ -->
  5.  
  6. <!--
  7.  Copyright 2002-2004 The Apache Software Foundation
  8.  
  9.  Licensed under the Apache License, Version 2.0 (the "License");
  10.  you may not use this file except in compliance with the License.
  11.  You may obtain a copy of the License at
  12.  
  13.      http://www.apache.org/licenses/LICENSE-2.0
  14.  
  15.  Unless required by applicable law or agreed to in writing, software
  16.  distributed under the License is distributed on an "AS IS" BASIS,
  17.  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  18.  See the License for the specific language governing permissions and
  19.  limitations under the License.
  20. -->
  21.  
  22. <modulesynopsis metafile="mod_echo.xml.meta">
  23.  
  24. <name>mod_echo</name>
  25. <description>A simple echo server to illustrate protocol 
  26. modules</description>
  27. <status>Experimental</status>
  28. <sourcefile>mod_echo.c</sourcefile>
  29. <identifier>echo_module</identifier>
  30. <compatibility>Available in Apache 2.0 and later</compatibility>
  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. <contextlist><context>server config</context>
  44. <context>virtual host</context></contextlist>
  45. <compatibility>ProtocolEcho is only available in 2.0 and
  46. later.</compatibility>
  47.  
  48. <usage>
  49.     <p>The <directive>ProtocolEcho</directive> directive enables or
  50.     disables the echo server.</p>
  51.  
  52.     <example><title>Example</title>
  53.       ProtocolEcho On
  54.     </example>
  55. </usage>
  56.  
  57. </directivesynopsis>
  58. </modulesynopsis>
  59.  
  60.