I am trying to inspect error in my php script. I went to the:
/var/log/httpd/error_log
but unfortunately, there is no errors originating in php, altohough I am clearly getting error 500 when running php script.
My php_ini on errors:
error_append_string no value no value
error_log no value no value
error_prepend_string no value no value
error_reporting 22527 22527
no value should mean that php logs get stored in the apache error logs. Any idea why this is happening an how to fix it? I am running centos 7