ПРОЕКТЫ 


  АРХИВ 


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+php-fpm 5.3.0: No input file specified.



Алексей Сундуков пишет:

server {
        listen          80;
        server_name     site.ru;
        access_log      /home/www/alekciy/httpd-1.log test;
        location ~ \.php$ {
 Здесь у вас root не определён.
                fastcgi_pass    ***:9001;
                fastcgi_index   index.php;
                fastcgi_param   SCRIPT_FILENAME $fastcgi_script_name;
 fastcgi_param принимает абсолютное имя файла, то есть:
fastcgi_param SCRIPT_FILENAME /home/www/alekciy/site.ru$fastcgi_script_name;
                include         fastcgi_params;
        }

        location / {
                root    /home/www/alekciy/site.ru;
                index   index.php index.html index.htm;
        }
}


}

Получается, что root директива просто не срабатывает?! Версия 0.6.32.




--
Sphinx of black quartz judge my vow.




 




Copyright © Lexa Software, 1996-2009.