1662 번 글의 답장글: Re: Re: 다시한번 질문 드릴께요.. |
글쓴이: 무식이..
|
글쓴날: 2003년 09월 05일 00:29:56 금(새벽) |
조회: 871 |
>
>악... 잘못설명했네요.
>
>
>모든 가상호스트를 일괄적으로 알아보기 위해서 VirtualHost 세션
앞에
>다음과 같이 설정해 주면 됩니다.
>
>
>LogFormat "%h %t (%T) %f \"%r\" %>s %b" stime
>
>SetEnvIfNoCase Request_URI "\.(php3|php|html|htm|cgi|pl|shtml)$"
check_stime
>
>CustomLog /usr/local/apache/logs/stime_log stime env=check_stime
>
>combined env=check_stime 가 아니라 stime env=check_stime 입니다.
>
>그리고 어느 파일인지 알기 위해서 (%T) 다음에 %f 를
추가해주는
>것이 좋겠네요.
========================================
즉...산이님 말씀은....
LogFormat "%h %t (%T) %f \"%r\" %>s %b" stime
SetEnvIfNoCase Request_URI "\.(php3|php|html|htm|cgi|pl|shtml)$"
check_stime
CustomLog /usr/local/apache/logs/stime_log stime env=check_stime
<VirtualHost 11.111.111.111>
ServerAdmin webmaster@abc.com
DocumentRoot /usr/local/apache/htdocs
ServerName abc.com
ErrorLog /usr/local/apache/logs/error_log
CustomLog /usr/local/apache/logs/access_log common
</VirtualHost>
이렇게 해주고.../usr/local/apache/logs
아래에...
stime_log 라는 파일일 만들어 주면..
된다는 말씀이죠?
늦은밤 계속 죄송합니다..
|
이전글 : Re: 다시한번 질문 드릴께요..
다음글 : [수학] 방정식좀 풀어주세요...
|
from 211.178.15.220
JS(Redhands)Board 0.4 +@
|