Report this

What is the reason for this report?

Is there a way to ignore img from apache log file?

Posted on September 28, 2017

I want to remove all img logging from my apache log file is this possible?



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

This is not a use case I have had to work with before but a little bit of digging seems to have found a solution.

This guide indicates how to have apache not log certain requests.

So, based on that, something like this should prevent logging of common image formats.

SetEnvIf Request_URI "\.(jpe?g|png|gif|bmp)$" dontlog

Note: I have not tested this configuration line and regex in Apache so it may require some adjustment if it does not work perfectly as is

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Start building today

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

Dark mode is coming soon.