Please note
This document refers to a legacy release (2.2) of Apache httpd. The active release (2.4) is documented here. If you have not already upgraded, please follow this link for more information.
You may follow this link to go to the current version of this document.
아파치 모듈 mod_echo
이 문서는 최신판 번역이 아닙니다.
최근에 변경된 내용은 영어 문서를 참고하세요.
설명: | 프로토콜 모듈을 설명하기위한 간단한 echo 서버 |
상태: | Experimental |
모듈명: | echo_module |
소스파일: | mod_echo.c |
지원: | Apache 2.0 이후부터 |
---|
요약
이 모듈은 프로토콜 모듈의 개념을 설명하기위한 예제이다.
이 모듈은 간단한 echo 서버를 구현한다. 이 서버로 telnet하여
무언가를 입력하면, 서버는 입력한 내용이 그대로 반환한다.
설명: | echo 서버를 키고 끈다 |
문법: | ProtocolEcho On|Off |
사용장소: | 주서버설정, 가상호스트 |
상태: | Experimental |
모듈: | mod_echo |
지원: | ProtocolEcho는 2.0 이후에만 있다. |
ProtocolEcho
지시어는 echo 서버를
키고 끈다.