ПРОЕКТЫ 


  АРХИВ 


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: Непонятное поведен ие try_files



On Sun, Mar 01, 2009 at 05:49:14AM +0300, Alexey V. Karagodov wrote:

> location / {
>       try_files $uri $uri/ /index.php5;
> }
> 
>                 location                        ~* \.php5$ {
>                         include                         include/ 
> fastcgi_param;
>                         include                         include/error;
>                         fastcgi_index                   index.php5;
>                         fastcgi_pass_request_body       off;
>                         client_body_in_file_only        clean;
>                         fastcgi_pass                    127.0.0.1:9005;
>                 }
> 
> при отсутствии всего перечисленного  
> получаем внутренний редирект на /index.php5  
> и его последующую нормальную  
> обработку ( /index.php5 в $document_root существует  
> и доступен )
> 
> location / {
>       try_files $uri $uri/ /index.php5 что- 
> либо_ещё_в_любых_количествах;
> }
> 
>                 location                        ~* \.php5$ {
>                         include                         include/ 
> fastcgi_param;
>                         include                         include/error;
>                         fastcgi_index                   index.php5;
>                         fastcgi_pass_request_body       off;
>                         client_body_in_file_only        clean;
>                         fastcgi_pass                    127.0.0.1:9005;
>                 }
> 
> а в таком варианте конфига получаем  
> содержимое /index.php5
> что не так?

Максим уже ответил, а я лишь хочу сказать, что с каждым днём я всё больше
понимаю Гвидо ван Россума.


-- 
Игорь Сысоев
http://sysoev.ru



 




Copyright © Lexa Software, 1996-2009.