community.aegirproject.org
Need to disable Apache logging for each site
Hi all,
We are experiencing some odd issues with a large number of empty files being generated in the /tmp directory (with names like: fileWtZ9bP). We are trying to narrow down the cause of this, and our systems folks would like us to disable the apache access & error logs so we can reduce the number of open files to trace.
Does anyone know of a way that I can disable the apache level logging. I know that each site had a custom apache config located in: /config/server_/apache/vhost.d
Where there are configs for site by site loggings such as: CustomLog /var/log/httpd/precollege_access.log combined ErrorLog /var/log/httpd/precollege_error.log
But if I were to alter those, they could simply be overwritten by any future site/platform verify.
Anyone have any idea how to disable a large number (if not all) of site's logging (access/error) capability?
Thanks Chris