<-
Apache > HTTP服务器 > 文档 > V2.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
作用域server config, virtual host
状态Experimental
模块mod_echo
兼容性ProtocolEcho is only available in 2.0 and later.

ProtocolEcho directive enables or disables the echo server.

例子

ProtocolEcho On