Problem background:
- I am contractually bound to install a system Anti Virus solution on every host.
- For this product I am running Linux (Red hat derived).
- These instances are hosting Apache/PHP with Wordpress sites sitting on them (the database is a separate instance).
- I have performance issues where the AV is scanning the Wordpress site's files on demand, but due to demand for the website this is a lot of repetitive scanning which causes massive CPU spikes and occasionally hangs the system.
Question:
I want to know if there is a standard AV exclusions list for Wordpress (or a best practice). I have tried to search online but can't find anything useful (A Wordpress AV plugin is not a system AV so will not pass with my contractual auditors)
Are there an other alternatives than giving the machine more CPU capacity and reducing IO latency?
** Edit **
We are bound by the contract to use one of the big vendors; for security reasons I am not allowed to name which one. It does on access based scanning and has a kernel plugin that enables this. Messages log gets written to on every file scanned. This is a significant number of files due to the sites usage. (60K hits a week on one site that causes the most trouble)