2014年2月7日 22:34:52
PHP 5.5.9
nginx 1.5.10
-------------------------------------------
php:
gd yum -y install gd-devel
./configure --prefix=/usr/local/web/php --with-config-file-path=/usr/local/web/php/etc --enable-fpm --enable-mbstring --with-gd --enable-sockets
nginx:
出现 "file not found"问题:
root 指令值最好定义在server块中
fastcgi_param 指令值不要写死,写成
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
参考: http://www.nginx.cn/562.html