The error log is getting hammered like crazy with spam bot requests (mostly for wp-login.php), which is possibly causing the server error log's frequent "permission denied to write to error log" error messages.
A spambot catcher would save the error logs. The simplest solution may be a "catch missing-controller errors" middleware thing.
For bonus points, set up as a plugin that can be applied to any site, configured, and available to the rest of the CakePHP community.
The error log is getting hammered like crazy with spam bot requests (mostly for
wp-login.php
), which is possibly causing the server error log's frequent "permission denied to write to error log" error messages.A spambot catcher would save the error logs. The simplest solution may be a "catch missing-controller errors" middleware thing.
For bonus points, set up as a plugin that can be applied to any site, configured, and available to the rest of the CakePHP community.