Tag Archives: conf

php-fpm 修改php-cgi进程数

Posted on 28. Jan, 2010 by Yao Yuan.

0

vi /usr/local/php/etc/php-fpm.conf

修改这个里面的值
5

然后
/usr/local/php/sbin/php-fpm restart

Continue Reading

Automatically convert apache .htaccess rewrite to Nginx

Posted on 04. Dec, 2009 by Yao Yuan.

0

Try this link http://www.anilcetin.com/convert-apache-htaccess-to-nginx/

add it to nginx.conf and then

kill -HUP `cat /usr/local/nginx/logs/nginx.pid`

make it affect

Continue Reading