Difference between #5 and #6 of
Using Yii with Nginx and PHP-FPM

Revision #6 has been created by grigori on Jul 20, 2011, 1:30:00 PM with the memo:

added listen.allowed_client line
« previous (#5)

Changes

Title unchanged

Using Yii with Nginx and PHP-FPM

Category unchanged

How-tos

Yii version unchanged

Tags unchanged

nginx, php-fpm, php5-fpm, rewrite, ubuntu

Content changed

[...]
~~~
[phpfpm]

;listen = /var/run/php5-fpm.sock
listen = 127.0.0.1:9000
listen.allowed_clients = 127.0.0.1
 
listen.owner = USER
listen.group = GROUP
listen.mode = 0666
;listen.backlog = 4096
user = USER
group = GROUP
[...]
18 0
20 followers
Viewed: 108 946 times
Version: 1.1
Category: How-tos
Written by: Leric
Last updated by: grigori
Created on: Feb 28, 2011
Last updated: 12 years ago
Update Article

Revisions

View all history