Apache 2.0手册中文版翻译项目

项目说明 | 项目进度 | 项目讨论区 | Apache手册中文版

 


mod_echo - Apache HTTP服务器
<-
Apache主站 > HTTP服务器 > 文档 > 2.0版本 > 模块索引

Apache模块 mod_echo

说明:A simple echo server to illustrate protocol modules
状态:Experimental
模块名:echo_module
源文件:mod_echo.c
兼容性: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.

指令索引

top

ProtocolEcho 指令

说明:Turn the echo server on or off
语法:ProtocolEcho On|Off
上下文:服务器配置, 虚拟主机
状态:Experimental
模块:mod_echo
兼容性:ProtocolEcho is only available in 2.0 and later.

The ProtocolEcho directive enables or disables the echo server.

Example

ProtocolEcho On

 


项目维护者: kajaa

项目说明 | 项目进度 | 项目讨论区 | Apache手册中文版