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

잔글 (로봇: 자동으로 텍스트 교체 (-<source lang='dos'> +<source lang='cli'>))
잔글 (로봇: 자동으로 텍스트 교체 (-[root@jmnote +[root@zetawiki))
4번째 줄: 4번째 줄:
==예시==
==예시==
<source lang='cli'>
<source lang='cli'>
[root@jmnote ~]# cat /var/log/httpd/error_log | tail -2
[root@zetawiki ~]# cat /var/log/httpd/error_log | tail -2
[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: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
[Sun Feb 02 13:37:28 2014] [error] [client 135.79.246.80] File does not exist: /var/www/html/robots.txt

2015년 2월 12일 (목) 02:53 판

아파치 오류 로그 error_log
/var/log/httpd/error_log

1 예시

[root@zetawiki ~]# cat /var/log/httpd/error_log | tail -2
[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 같이 보기