access_log一般都关掉吧
【 在 atppp (Big Mouse) 的大作中提到: 】
: 赫赫贴个土鳖命令,以前在一个站上查盗链来源
: [atppp@bbs httpd_log]$ tail -100000 access_log | cut -d '"' -f 4 | grep -v "^-" | 再加若干个 grep -v 把自己的域名过滤掉 | cut -d "/" -f 3 | sort | uniq -c
: | sort -nr | head -5
: ...................
--
FROM 162.105.249.196