php使用require后在linux环境下报500错误的解决办法
将/usr/local/nginx/conf/fastcgi.cong下面这段内容注释,否则require无法引入上级目录的文件
#fastcgi_param PHP_ADMIN_VALUE "open_basedir=$document_root/:/tmp/:/proc/";
将/usr/local/nginx/conf/fastcgi.cong下面这段内容注释,否则require无法引入上级目录的文件
#fastcgi_param PHP_ADMIN_VALUE "open_basedir=$document_root/:/tmp/:/proc/";