Nginx + PHP-FPM (11: Resource temporarily unavailable)
今天在测试服务器上搭了 Nginx + PHP-FPM 的环境,结果发现 PHP 页面频繁出现 502 Bad Gateway 错误。
Nginx 版本:nginx/0.7.61
PHP-FPM:php-5.3.0-fpm-0.5.12 继续阅读本文……
今天在测试服务器上搭了 Nginx + PHP-FPM 的环境,结果发现 PHP 页面频繁出现 502 Bad Gateway 错误。
Nginx 版本:nginx/0.7.61
PHP-FPM:php-5.3.0-fpm-0.5.12 继续阅读本文……
我的 Codeigniter 中原来设置的 uri_protocol 是 PATH_INFO,我的 nginx 的配置可以看:
http://hily.me/blog/2010/02/nginx-path-info/
今天发现在 uri 中带中文的时候,PATH_INFO 会被截断,如下: 继续阅读本文……
我的 UCenter Home 2.0 安装在 http://home.taounion.com/,现在准备以 *.taounion.com 作为个人主页的个性域名,如 http://hily.taounion.com/。
步骤: