ПРОЕКТЫ 


  АРХИВ 


Apache-Talk @lexa.ru 

Inet-Admins @info.east.ru 

Filmscanners @halftone.co.uk 

Security-alerts @yandex-team.ru 

nginx-ru @sysoev.ru 


  СТАТЬИ 


  ПЕРСОНАЛЬНОЕ 


  ПРОГРАММЫ 



ПИШИТЕ
ПИСЬМА












     АРХИВ :: nginx-ru
Nginx-ru mailing list archive (nginx-ru@sysoev.ru)

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Nginx не хочет работать че рез unix socket с php-fpm


  • To: nginx-ru@xxxxxxxxx
  • Subject: Re: Nginx не хочет работать че рез unix socket с php-fpm
  • From: Дмитрий - <i.am.corpix@xxxxxxxxx>
  • Date: Mon, 9 Aug 2010 21:34:20 +0400
  • Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type; bh=SLG0T/qRaqTEG9hoTRvgCGnuyjAuDJ4AZKqhtzZYcR0=; b=dIrid7XG+Jl3InaFknLOBbZXiqqS1E3PF8pJNNK4wgCFRsQoUnOXtI3ZrVNC5YiMmb TQF25ITax8TdcLWJgIly0tko6Xyz0UmiSRG9dnA/+tNOafYu1nHSxVKj+wylJ3eQHD+E aoKVjIF7tIMgKbJ4G2+7zJPs4ZtwQ0f9svkQY=
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=l0mM7yuiV4Tta3OVErcJfqj4FZIoT1Lzhl8Sz/TO/Td4o/umaikR/X4g6YDjW7ZGTj MHXHiyU/iZZRIHg1RyjUWecukjcqA3TPOT2Jb+neWqGdUpHYFZRQ+CCCLVkrucqdXKvt vPnl8ktv/sH44PAVY0nvdxzrWJ3HSE7lMrmTw=
  • In-reply-to: <4c11341f05f0dc9b4d72bfb63c4425e6.NginxMailingListRussian@xxxxxxxxxxxxxxx>
  • References: <4c11341f05f0dc9b4d72bfb63c4425e6.NginxMailingListRussian@xxxxxxxxxxxxxxx>

Здравствуйте.
Ну он же вам и говорит "No such file or directory". Вы уверены, что fpm запущен и /tmp/fastcgi.socket существует?

8 августа 2010 г. 13:00 пользователь Hello1 <nginx-forum@xxxxxxxx> написал:
nginx 0.7.67, php 5.3.3

Часть php-fpm.conf
[code]
listen = /tmp/fastcgi.socket
[/code]

Часть nginx.conf
[code]
location ~ \.php$ {
          fastcgi_pass   unix:/tmp/fastcgi.socket;
          fastcgi_index  index.php;
          fastcgi_param  SCRIPT_FILENAME
/home/hello/www/$fastcgi_script_name;
          include        fastcgi_params;
       }
[/code]

В логах php-fpm ошибок нет, в логах nginx
такая ошибка
[code]
[crit] 77665#0: *1 connect() to unix:/tmp/fastcgi.socket failed (2: No
such file or directory) while connecting to upstream, client:
xx.xx.xx.xx, server: localhost, request: "GET /index.php HTTP/1.1",
upstream: "fastcgi://unix:/tmp/fastcgi.socket:", host: "yy.yy.yy.yy"
[/code]

/tmp/fastcgi.socket создается после запуска php-fpm
с правами 0777 и владльцем www:www

Через порт всё работает.

Posted at Nginx Forum: http://forum.nginx.org/read.php?21,117453,117453#msg-117453


_______________________________________________
nginx-ru mailing list
nginx-ru@xxxxxxxxx
http://nginx.org/mailman/listinfo/nginx-ru

_______________________________________________
nginx-ru mailing list
nginx-ru@xxxxxxxxx
http://nginx.org/mailman/listinfo/nginx-ru


 




Copyright © Lexa Software, 1996-2009.