Disabling Apache logging

Sometimes it is important not to have requests generated by indexer in Apache access log.

Here is elegant solution to avoid this behavior:


# Place this lines into your httpd.conf

SetEnvIfNoCase User-Agent "mnoGoSearch" skip-log
CustomLog /full/path/to/access_log combined env=!skip-log