> Apache2.2 中文手册 > mod_echo

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.

mod_echo

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