<-
Apache > HTTP Server > Documentation > Version 2.4 > 모듈

아파치 모듈 mod_echo

가능한 언어:  en  |  fr  |  ja  |  ko 

이 문서는 최신판 번역이 아닙니다. 최근에 변경된 내용은 영어 문서를 참고하세요.
설명:프로토콜 모듈을 설명하기위한 간단한 echo 서버
상태:Experimental
모듈명:echo_module
소스파일:mod_echo.c
지원:Apache 2.0 이후부터

요약

이 모듈은 프로토콜 모듈의 개념을 설명하기위한 예제이다. 이 모듈은 간단한 echo 서버를 구현한다. 이 서버로 telnet하여 무언가를 입력하면, 서버는 입력한 내용이 그대로 반환한다.

Support Apache!

지시어들

Bugfix checklist

참고

top

ProtocolEcho 지시어

설명:echo 서버를 키고 끈다
문법:ProtocolEcho On|Off
사용장소:주서버설정, 가상호스트
상태:Experimental
모듈:mod_echo
지원:ProtocolEcho는 2.0 이후에만 있다.

ProtocolEcho 지시어는 echo 서버를 키고 끈다.

예제

ProtocolEcho On

가능한 언어:  en  |  fr  |  ja  |  ko 

top

Comments

Notice:
This is not a Q&A section. Comments placed here should be pointed towards suggestions on improving the documentation or server, and may be removed by our moderators if they are either implemented or considered invalid/off-topic. Questions on how to manage the Apache HTTP Server should be directed at either our IRC channel, #httpd, on Libera.chat, or sent to our mailing lists.