Hello.
I'm having trouble trying to display php errors in the browser, every time an error happens apache returns an internal server error 500. But the errors are logged in the file correctly.
php settings are the aapanel defaults
display_errors = on
display_startup_errors = off
html_errors = on
error_reporting = E_ALL & E_NOTICE
I think that this is something related to apache proxy handling php-fpm errors, but i cant find a solution.