ПРОЕКТЫ 


  АРХИВ 


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]

странное поведение document_root



Добрый вечер,
имеем след. конфиг:
    server {
        listen       80;
        server_name  nnn;
        root /home/web/nnn;
        rewrite  ^(.*).(html)$ /index.php?cat=$1&$query_string last;
        location / {
            index  index.php index.html index.htm;
        }
        location ~ \.php$ {
            root           html;
            fastcgi_pass   127.0.0.1:9000;
            fastcgi_index  index.php;
            fastcgi_param  SCRIPT_FILENAME  $document_root$fastcgi_script_name;
            log_format cgi '$document_root$fastcgi_script_name';
            access_log logs/cgi.txt cgi;
            include        fastcgi_params;
        }
        location ~ /\.ht {
            return 403;
        }

в logs/cgi.txt:
/usr/local/nginx/html/index.php
Без рерайта $document_root - правильный.
Как можно это объяснить?
Заранее спасибо.

--
С уважением, Борис Долгов.
icq 77556665
e-mail boris@xxxxxxxxxxx


 




Copyright © Lexa Software, 1996-2009.