Skip to content

Instantly share code, notes, and snippets.

@dubcl
Created January 3, 2020 21:43
Show Gist options
  • Save dubcl/587ad6179d22948056daa14326b54978 to your computer and use it in GitHub Desktop.
Save dubcl/587ad6179d22948056daa14326b54978 to your computer and use it in GitHub Desktop.
Exclude server status request from Apache log
# Copy to /etc/apache2/conf.d
# Add env=!log_exclude after log type on vhost config
SetEnvIf Request_URI "/server-status/?auto" log_exclude
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment