<-
Apache > HTTP Server > Documentation > Version 2.2 > Programs

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.

Other Programs

가능한 언어:  en  |  ko  |  tr 

이 문서는 최신판 번역이 아닙니다. 최근에 변경된 내용은 영어 문서를 참고하세요.

다음은 간단하여 manpage가 없는, 아파치 웹서버에 포함된 지원 프로그램들이다. 자동으로 이들을 설치하지 않는다. 구성과정후 support/ 디렉토리에서 이 프로그램들을 찾을 수 있다.

top

log_server_status

이 perl 스크립트는 cron 등에서 자주 실행하도록 설계되었다. 이 스크립트를 서버에 연결하여 상태 정보를 다운로드한다. 그런후 이 정보를 한줄로 정리하여 파일에 기록한다. 로그파일의 위치를 지정하려면 스크립트 앞부분의 변수를 수정한다.

top

split-logfile

이 perl 스크립트는 결합된 웹서버 접근로그파일의 내용을 여러 파일로 나눈다. 각 줄의 첫번째 항목이 ("%v"로 추가한) 가상호스트 정보이고, 로그파일명은 현재 디렉토리에 가상호스트명 + ".log"라고 가정한다.

결합된 로그파일을 표준입력으로 읽는다. 읽은 내용을 기존의 로그파일들에 추가한다.

가능한 언어:  en  |  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 again 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 Freenode, or sent to our mailing lists.
Comments are disabled for this page at the moment.