Disabling Apache logging

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

Here is an elegant solution to avoid this behavior:


# Place these lines into your httpd.conf

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