Prior to using PHP-FPM, per user error_log files were created in the directory were the php file that produced the error resided. This was fairly useful and allowed savvy end users to troubleshoot their own scripts.
Since switching to PHP-FPM all php errors are logged only to a central error.log file. That is useful for the server admin, but individual users correctly don't have access to this file. Is there a way to restore the old style error_log files while using PHP-FPM?
Since switching to PHP-FPM all php errors are logged only to a central error.log file. That is useful for the server admin, but individual users correctly don't have access to this file. Is there a way to restore the old style error_log files while using PHP-FPM?