如何从日志文件中排除Googlebot?

时间:2016-04-01 11:11:13

标签: apache setenv

我想从access.log

中排除这种日志条目
66.249.78.134 - - [01/Apr/2016:10:56:29 +0000] "POST /get_subtitle HTTP/1.1" 200 416 "https://example.com/?artist=name&track=song" "Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)"

因此,在我的000-default.confdefault-ssl.conf文件中,我设置了这些规则

SetEnvIFNoCase User-Agent "^Googlebot" dontlog
CustomLog ${APACHE_LOG_DIR}/access.log combined env=!dontlog

为什么Apache会继续记录Googlebot活动?

0 个答案:

没有答案