If you wish to exclude them from your log, you can use normal conditional-logging techniques. For example, to omit all requests from the loopback interface from your logs, you can use SetEnvIf Remote_Addr "127\.0\.0\.1" loopback Code (markup): and then add env=!loopback to the end of your CustomLog directive.