AWSTATS 분석 NGINX 로그 재 조정 형식

1122 단어 awstats
p1 p2 와 awstats 서버 간 에 단일 sshkey 인증, p1 p2 는 awstats 동기 화 (rsync) 파일 을 사용 합 니 다.
nginx 와 awstats 변수 대조 표:$remote_addr          ==  %host $remote_user          ==  % logname [$time_local]         ==  %time1 $request          ==  %methodurl %code             ==  $status  $body_bytes_sent      ==  %bytesd $http_referer         ==  %refererquot $http_user_agent      ==  %uaquot $http_x_forwarded_for ==  %other
nginx 형식 수정: $request time 과 플래그 비트 sa 추가:log_format requst_time '$remote_addr - $remote_user [$time_local] "$request" ' '$status $body_bytes_sent sa "$http_referer" sa ' '"$http_user_agent" $http_x_forwarded_for $request_time' ;
awstats 형식 대응:LogFormat= "%host %logname %time1 %methodurl %code %bytesd sa %refererquot sa %uaquot %other %other"
설정 키: nginx 와 awstats 변수 간 의 대응 관 계 를 찾 습 니 다.

좋은 웹페이지 즐겨찾기