Skip to content

Instantly share code, notes, and snippets.

@maximevalette
Created February 15, 2012 10:54
Show Gist options
  • Save maximevalette/1834992 to your computer and use it in GitHub Desktop.
Save maximevalette/1834992 to your computer and use it in GitHub Desktop.
Log except one referer
SetEnvIf Referer www\.baddomain\.com dontlog
CustomLog /var/log/apache2/access.log vhosts env=!dontlog
LogFormat "%V %h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" vhosts
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment