file /usr/local/etc/php-fpm.conf
Stefan Scott
lists at ruby-forum.com
Mon Dec 1 05:59:42 MSK 2008
Also, in case this helps, here is a portion of my
/usr/local/etc/php-fpm.conf file:
## /usr/local/etc/php-fpm.conf
## THE BELOW HAVE BEEN UPDATED AS SHOWN, FOLLOWING THE INSTRUCTIONS AT:
## http://www.yawn.it/2008/04/30/nginx-php-php-fpm-on-debian-etch-40/
## http://firedemon.su/?p=200 ( ? ??????? ???? ??????? ???? ????? ?
## LINES 40-42
Address to accept fastcgi requests on.
Valid syntax is 'ip.ad.re.ss:port' or just 'port' or
'/path/to/unix/socket'
<value name="listen_address">127.0.0.1:9000</value>
## LINES 63-67
Unix user of processes
<value name="user">www-data</value>
Unix group of processes
<value name="group">www-data</value>
--
Posted via http://www.ruby-forum.com/.
More information about the nginx
mailing list