Apache HTTP Server Version 2.0

This document refers to the 2.0 version of Apache httpd, which is no longer maintained. Upgrade, and refer to the current version of httpd instead, documented at:
You may follow this link to go to the current version of this document.
| 설명: | 프로토콜 모듈을 설명하기위한 간단한 echo 서버 |
|---|---|
| 상태: | Experimental |
| 모듈명: | echo_module |
| 소스파일: | mod_echo.c |
| 지원: | Apache 2.0 이후부터 |
이 모듈은 프로토콜 모듈의 개념을 설명하기위한 예제이다. 이 모듈은 간단한 echo 서버를 구현한다. 이 서버로 telnet하여 무언가를 입력하면, 서버는 입력한 내용이 그대로 반환한다.