php 500 error solution

php 500 error solution

A look at the error log file path specified nginx error.log find the log file to see which information
2 php-fpm.conf look inside the designated PHP errors diary path
follows
<pre>
the php_flag settings [the display_errors] = OFF
php_admin_flag [log_errors ] = ON
php_admin_value [the error_log] = /data/logs/fpm-php.log
</ pre>


php.ini in the ineffective use php-fpm to control the

 

Guess you like

Origin www.cnblogs.com/newmiracle/p/11873115.html