Access Log Image Files Logging

ts77

Well-Known Member
#2
why would you do this?
I think its not really possible, only if you would serve all image-files from one given virtual host and disable access-logging for this host.
 

mistwang

LiteSpeed Staff
#6
In 3.2 release, access can be turned off with a simple rewrite rule in enterprise edition:
Code:
RewriteRule \.(gif|jpeg|png)$  -  [E=dontlog:1]
 
Top