| 1. AccessLog (TransferLog) 클라이언트의 접속 내용을 기록 Format : [host][rfc931][authuser][date][request][status code][bytes] host : Client의 도메인이나 IP주소 rfc931 : information returned by identd for this person, otherwise "-" authuser : if a userid sent for authentication, the user name, otherwise "-" date : 시간과 날짜 request : 요청한 내용 status code : 상태 코드 bytes : 전송된 데이터의 크기 (예제) 203.248.92.101 - - [26/Sep/1999:14:47:45 +0900] "GET /cwb-data/icon/help.gif HTTP/1.1" 304 - 203.248.92.101 - - [26/Sep/1999:14:47:45 +0900] "GET /cwb-data/icon/down.gif HTTP/1.1" 304 - 203.248.92.101 - - [26/Sep/1999:14:47:45 +0900] "GET /cwb-data/icon/write.gif HTTP/1.1" 304 - 203.248.92.101 - - [26/Sep/1999:14:47:45 +0900] "GET /cwb-data/icon/reload.gif HTTP/1.1" 304 - 203.248.92.101 - - [26/Sep/1999:14:47:57 +0900] "GET /cgi-bin/board/CrazyWWWBoard.cgi?db=notice&mode=read&num=20&page=1&ftype=6&fval=&backdepth=1 HTTP/1.1" 200 6531 203.248.92.101 - - [26/Sep/1999:14:47:58 +0900] "GET /cwb-data/icon/modify.gif HTTP/1.1" 200 386 203.248.92.101 - - [26/Sep/1999:14:47:58 +0900] "GET /cwb-data/icon/delete.gif HTTP/1.1" 200 325 203.248.92.101 - - [26/Sep/1999:14:47:58 +0900] "GET /cwb-data/icon/reply.gif HTTP/1.1" 200 347 203.248.92.101 - - [26/Sep/1999:14:47:58 +0900] "GET /cwb-data/icon/list.gif HTTP/1.1" 304 - 203.248.92.101 - - [26/Sep/1999:14:49:54 +0900] "POST /cgi-bin/board/CrazyWWWBoard.cgi HTTP/1.1" 200 213 203.248.92.101 - - [26/Sep/1999:14:49:54 +0900] "GET /cgi-bin/board/CrazyWWWBoard.cgi?db=bookmark&mode=list&page=1&ftype= 2. RefererLog 클라이언트의 문서요구에 대한 문서간의 연결관계를 기록 사용자의 웹서버 이용 패턴을 파악하는 정보 제공 Format : [Referer] -> [Document] Referer : 참조 위치 Document : 문서 위치 (예제) http://techpress.joins.com/bench/html/2000021/ -> /benchmark/2000021/images/bench_chat_pic.gif http://techpress.joins.com/bench/html/2000021/ -> /benchmark/2000021/images/bench_chat_title.gif http://www.webmania.co.kr/ -> /images/top_home_navi03.gif http://www.webmania.co.kr/ -> /images/top_home_navi03a.gif http://www.webmania.co.kr/ -> /images/top_home_navi04.gif http://www.webmania.co.kr/ -> /images/top_home_navi04a.gif http://techpress.joins.com/bench/html/2000021/chat_02.html -> /benchmark/2000021/images/bench_chat_title.gif 3. ErrorLog 웹서버의 에러사항을 기록 Format : [date][level][contents] 에러 메시지 302 REDIRECT 400 BAD_REQUEST 401 AUTH_REQUIRED 403 FORBIDDEN 404 NOT FOUND 500 SERVER_ERROR 501 NOT_IMPLEMENTED (예제) [Fri Oct 1 17:22:45 1999] [error] [client 203.248.92.104] unable to include "/include/channel_right_banner.inc" in parsed file /usr/local/apache/htdocs/solution_channels/admin/domain/index.html [Fri Oct 1 17:22:45 1999] [error] [client 203.248.92.104] File does not exist:/usr/local/apache/htdocs/include/channel_left_navi.inc [Fri Oct 1 17:22:45 1999] [error] [client 203.248.92.104] unable to include "/include/channel_left_navi.inc" in parsed file /usr/local/apache/htdocs/solution_channels/admin/domain/index.html [Fri Oct 1 17:22:51 1999] [error] [client 203.248.92.104] File does notexist:/usr/local/apache/htdocs/include/channel_tit.inc 4. AgentLog 접속한 클라이언트의 에이전트(브라우저명)를 기록 Format : [User-Agent] Mozilla/4.0 (compatible; MSIE 5.0; Windows 98; DigExt) Mozilla/4.0 (compatible; MSIE 5.0; Windows 98; DigExt) Mozilla/4.0 (compatible; MSIE 5.0; Windows 98; DigExt) Mozilla/4.0 (compatible; MSIE 5.0; Windows 98; DigExt) Mozilla/4.0 (compatible; MSIE 5.0; Windows 98; DigExt) Mozilla/4.0 (compatible; MSIE 5.0; Windows 98; DigExt) Mozilla/4.0 (compatible; MSIE 5.0; Windows 98; DigExt |
Posted on 2006/03/23 10:53
Filed Under Development