I have PHP-FPM enabled in my server for cPanel services and users accounts logging all errors, notices. This is important for us since we manage all the code for 100+ accounts hosted in my server. We have SH script that searchs /logs/ folders in all accounts and notifies us if php error log found in these folders.
Recently I started to receive many error logs due to out-of-date cURL in CentOS 7 in 'carddav' roundCube plugin and some other notices from roundCube itself regarding undefined constants and variables types mismatches.
I made some workarounds into the code myself but I keep receiving notices from WHM that I have broken RPM and my changes are undone with every update.
I tried to disable PHP-FPM for cPanel core, but in that case I get Wordpress toolkit not working and I have 3 users using it.
I hope someone can guide me on how to stop error logs for cPanel core libraries or at least route them to another location.
Thanks.
Recently I started to receive many error logs due to out-of-date cURL in CentOS 7 in 'carddav' roundCube plugin and some other notices from roundCube itself regarding undefined constants and variables types mismatches.
I made some workarounds into the code myself but I keep receiving notices from WHM that I have broken RPM and my changes are undone with every update.
I tried to disable PHP-FPM for cPanel core, but in that case I get Wordpress toolkit not working and I have 3 users using it.
I hope someone can guide me on how to stop error logs for cPanel core libraries or at least route them to another location.
Thanks.