2012. 8. 23. 11:52

아파치 로그설정

# 특정 Agent 접근 거부

BrowserMatch "WebZIP" go_out

BrowserMatch "Teleport" go_out

BrowserMatch "GetRight" go_out

BrowserMatch "FlashGet" go_out

BrowserMatch "JetCar" go_out

BrowserMatch "Go!Zilla" go_out

BrowserMatch "NamoWebEditor" go_out

BrowserMatch "Namo" go_out

BrowserMatch "MSFrontPage" go_out

BrowserMatch "WebTrack-HTTPP" go_out

BrowserMatch "WebSymmetrix" go_out


# 로컬 호스트 접속일때 로그 남기지 않음

SetEnvIf Remote_Addr "^127.0.0.1$" not_log

# 이미지 파일 자바스크립트 파일등.. 남기지 않음.

SetEnvIfNoCase Request_URI ".(bmp|gif|jpg|jpeg|png|css|js|java)$" not_log


# 엔진 로봇 로그를 남기 않음

BrowserMatchNoCase "ru-robot" not_log a_robot

BrowserMatchNoCase "Slurp/si" not_log a_robot

BrowserMatchNoCase "Mercator" not_log a_robot

BrowserMatchNoCase "Gulliver" not_log a_robot

BrowserMatchNoCase "SyncIT/" not_log a_robot

BrowserMatchNoCase "FAST-WebCrawler" not_log a_robot

BrowserMatchNoCase "Lycos_Spider" not_log a_robot

BrowserMatchNoCase "^ia_archive" not_log a_robot

BrowserMatchNoCase "^tv" not_log a_robot

BrowserMatchNoCase "Scooter" not_log a_robot

BrowserMatchNoCase "ZyBorg/" not_log a_robot

BrowserMatchNoCase "KIT-Fireball" not_log a_robot

BrowserMatchNoCase "Googlebot/" not_log a_robot

BrowserMatchNoCase "DIIbot/" not_log a_robot

BrowserMatchNoCase "teoma_agent3" not_log a_robot

BrowserMatchNoCase "empas_robot" not_log a_robot


# 로그 남기기

CustomLog /usr/local/apache/logs/access_log combined env=!not_log