Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

You can use SetEnvIf to designate certain requests (or string parts of requests) by some indicator, and then instruct apache to log all requests to that DO NOT match said indicator.

...

Where other-vhosts-access-log.conf is the apache conf file that defines my log format etc.

Use nano vim (or another text editor) to modify your log format:

Code Block
languagebash
sudo nanovim /etc/apache2/conf-available/other-vhosts-access-log.conf

...