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.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.