Apache > HTTP Server > 文档 > 版本2.2 > 模块
   致谢 | 本篇译者:<虚位以待> | 本篇译稿完成时间:?年?月?日[查看最新版本]

Apache模块 mod_echo

说明一个很简单的协议演示模块
状态实验(X)
模块名echo_module
源文件mod_echo.c
兼容性仅在 Apache 2.0 及以后的版本中可用

概述

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
状态实验(X)
模块mod_echo
兼容性ProtocolEcho is only available in 2.0 及以后的版本中可用

ProtocolEcho directive enables or disables the echo server.

示例

ProtocolEcho On