"아파치 오류 로그 error log"의 두 판 사이의 차이

2번째 줄: 2번째 줄:
;아파치 오류 로그 error_log
;아파치 오류 로그 error_log


{| class='wiktiable'
{| class='wikitable'
| 우분투 || /var/log/apache2/error.log
|-
|-
| CentOS || /var/log/httpd/error_log
| CentOS || /var/log/httpd/error_log
|-
| 우분투 || /var/log/apache2/error.log
|}
|}


32번째 줄: 33번째 줄:


[[분류: /var/log/httpd]]
[[분류: /var/log/httpd]]
[[분류: /var/log/apache2]]
[[분류: 아파치]]
[[분류: 아파치]]
[[분류: 오류]]
[[분류: 오류]]
[[분류: 로그]]
[[분류: 로그]]

2018년 7월 13일 (금) 16:41 판

1 개요

아파치 오류 로그 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 }}