아파치 오류 로그 error log

Jmnote (토론 | 기여)님의 2018년 7월 13일 (금) 16:40 판
아파치 오류 로그 error_log
우분투 /var/log/apache2/error.log
CentOS /var/log/httpd/error_log

1 마지막 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줄 보여줌

2 계속 보기

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

3 같이 보기

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