ПРОЕКТЫ 


  АРХИВ 


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]

php-fpm and 404



Коллеги,

чего-то я очевидного не замечаю:

    server {
        include         listen.conf;
        server_name     xxxxx;

        error_page      404 =   /404.php;

        location ~* \.(ico|jpg|jpeg|gif|png|mp3|avi|mpg|mpeg|txt|css|wml|swf)$ {
                charset off;
                root   /$sroot;
        }

        location / {
                root            /$sroot;
                fastcgi_pass    unix:/www/rinet/sock/php-fpm.sock;
                fastcgi_index   index.php;
                include         fastcgi_params;
                fastcgi_param   SCRIPT_FILENAME  /$sroot$fastcgi_script_name;
                fastcgi_read_timeout 120;
        }
    }

404.php не вызывается, не то вызывается с неверными параметрами: получаю 
"no input files specified"

пните, пожалуйста, в нужном направлении.

Sincerely,
D.Marck                                     [DM5020, MCK-RIPE, DM3-RIPN]
[ FreeBSD committer:                                 marck@xxxxxxxxxxx ]
------------------------------------------------------------------------
*** Dmitry Morozovsky --- D.Marck --- Wild Woozle --- marck@xxxxxxxx ***
------------------------------------------------------------------------



 




Copyright © Lexa Software, 1996-2009.