nginx+php-fpm 5.3.0: No input file specified.

Volodymyr Kostyrko c.kworr at gmail.com
Tue Jul 14 08:38:53 MSD 2009


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

> 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.






More information about the nginx-ru mailing list