- 아파치 오류 로그 error_log
우분투 | /var/log/apache2/error.log |
CentOS | /var/log/httpd/error_log |
1 마지막 2줄 확인
Console
Copy
[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 계속 보기
Console
Copy
[root@zetawiki ~]# tail -f /var/log/httpd/error_log
... (생략)
- → 마지막 10줄 보여주고, 계속 대기하며 로그 발생시 표시함
3 같이 보기
편집자 Jmnote bot Jmnote
로그인하시면 댓글을 쓸 수 있습니다.