특정 파일 로그 남기지 않기
<IfModule log_config_module>
SetEnvIf Request_URI \.gif notLogging
SetEnvIf Request_URI \.jpg notLogging
SetEnvIf Request_URI \.png notLogging
SetEnvIf Request_URI \.bmp notLogging
SetEnvIf Request_URI \.swf notLogging
CustomLog logs/access_log combined env=!notLogging
</IfModule>