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

아파치 모듈 mod_logio

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

이 문서는 최신판 번역이 아닙니다. 최근에 변경된 내용은 영어 문서를 참고하세요.
설명:요청당 입출력 바이트수를 기록
상태:Extension
모듈명:logio_module
소스파일:mod_logio.c

요약

이 모듈은 요청당 입출력 바이트수를 기록한다. 숫자는 네트웍에서 실제로 주고받은 바이트수를 나타내며, 요청과 응답의 헤더와 내용을 포함한다. 개수는 입력의 경우 SSL/TLS 이전에, 출력의 경우 SSL/TLS 이후에 세기때문에 암호화의 결과도 올바로 반영된다.

이 모듈을 사용하려면 mod_log_config이 필요하다.

Support Apache!

주제

지시어들

Bugfix checklist

참고

top

사용자정의 로그 형식

이 모듈은 두가지 새로운 로그지시어를 추가한다. 요청자체의 특성은 형식문자열에 "%" 지시어를 사용하여 기록한다. 지시어는 로그파일에 다음과 같은 값을 기록한다:

형식문자열 설명
%...I 요청과 헤더를 포함하여 받은 바이트수. 0일 수 없다.
%...O 헤더를 포함하여 보낸 바이트수. 0일 수 없다.

보통 다음과 같이 사용한다:

결합된 입출력 로그 형식:
"%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-agent}i\" %I %O"
top

LogIOTrackTTFB 지시어

설명:Enable tracking of time to first byte (TTFB)
문법:LogIOTrackTTFB ON|OFF
기본값:LogIOTrackTTFB OFF
사용장소:주서버설정, 가상호스트, directory, .htaccess
Override 옵션:All
상태:Extension
모듈:mod_logio
지원:Apache HTTP Server 2.4.13 and later

The documentation for this directive has not been translated yet. Please have a look at the English version.

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

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.