아파치 오류 로그 error log

Jmnote bot (토론 | 기여)님의 2020년 9월 16일 (수) 00:16 판 (봇: 로그을(를) 로깅(으)로 분류 대체함)
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)

1 개요[ | ]

아파치 에러 로그
아파치 오류 로그
error_log
error.log
리눅스 종류 일반적인 위치
CentOS /var/log/httpd/error_log
우분투 /var/log/apache2/error.log

2 마지막 2줄 확인[ | ]

[root@zetawiki ~]# tail -2 /var/log/httpd/error_log
[Sun Feb 02 13:36:52 2014] [error] [client 246.80.135.79] File does not exist: /var/www/html/favicon.ico
[Sun Feb 02 13:37:28 2014] [error] [client 135.79.246.80] File does not exist: /var/www/html/robots.txt
→ 마지막 2줄 보여줌

3 계속 보기[ | ]

[root@zetawiki ~]# tail -f /var/log/httpd/error_log
... (생략)
→ 마지막 10줄 보여주고, 계속 대기하며 로그 발생시 표시함

4 같이 보기[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}