Apache:
SetEnvIfNoCase Request_URI "\.(gif|jpe?g|png|htc|css|js|ico)$" skiplog
CustomLog "/var/log/httpd/access.log" combined env=!skiplog
Lighttpd:
$HTTP["url"] =~ "\.(gif|jpe?g|png|htc|css|js|ico)$" {
accesslog.filename = "/dev/null"
}
accesslogdisable logging of images in access logSubmitted by sandip on Wed, 12/15/2010 - 17:15Apache: SetEnvIfNoCase Request_URI "\.(gif|jpe?g|png|htc|css|js|ico)$" skiplog Lighttpd: $HTTP["url"] =~ "\.(gif|jpe?g|png|htc|css|js|ico)$" { |
User loginRecent blog posts
Who's onlineThere are currently 0 users and 2 guests online.
|