ПРОЕКТЫ 


  АРХИВ 


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: Regexp в location



Здравствуйте, Михаил.

Сорри, не заметил ошибки в регэкспе.

ММ> Почему-то запрос попадает в другой локейшн:

ММ> 2009/11/07 19:59:55 [debug] 87875#0: *4082 http request line: "GET 
/yandex.ru HTTP/1.1"
ММ> 2009/11/07 19:59:55 [debug] 87875#0: *4082 http uri: "/yandex.ru"
ММ> 2009/11/07 19:59:55 [debug] 87875#0: *4082 http args: ""
ММ> 2009/11/07 19:59:55 [debug] 87875#0: *4082 http exten: "ru"
ММ> 2009/11/07 19:59:55 [debug] 87875#0: *4082 http process request header line
ММ> 2009/11/07 19:59:55 [debug] 87875#0: *4082 http header: "Host: хххх.ru"
ММ> 2009/11/07 19:59:55 [debug] 87875#0: *4082 http header: "Accept: */*"
ММ> 2009/11/07 19:59:55 [debug] 87875#0: *4082 http header: "Pragma: no-cache"
ММ> 2009/11/07 19:59:55 [debug] 87875#0: *4082 http header:
ММ> "User-Agent: Mozilla/4.0 (compatible; MSIE 4.01; Windows 95)"
ММ> 2009/11/07 19:59:55 [debug] 87875#0: *4082 http header done
ММ> 2009/11/07 19:59:55 [debug] 87875#0: *4082 generic phase: 0
ММ> 2009/11/07 19:59:55 [debug] 87875#0: *4082 add cleanup: 0000000800D3A990
ММ> 2009/11/07 19:59:55 [debug] 87875#0: *4082 generic phase: 1
ММ> 2009/11/07 19:59:55 [debug] 87875#0: *4082 test location: "/"
ММ> 2009/11/07 19:59:55 [debug] 87875#0: *4082 test location: ~ "^/(\w\.\w)$"
ММ> 2009/11/07 19:59:55 [debug] 87875#0: *4082 using configuration "/"


ММ> должен попадать в ^/(\w\.\w)$ , а попадает в / .

ММ>         location / {
ММ>             return 204;
ММ>         }

ММ>         location ~ ^/(\w\.\w)$ {
ММ>             proxy_pass http://$1:80/favicon.ico;
ММ>         }

ММ> Смысл - проксирование фавиконок разных сайтов.


  

--

С уважением,
Михаил Монашёв, SoftSearch.ru
mailto:postmaster@xxxxxxxxxxxxx
ICQ# 166233339
http://michael.mindmix.ru/
Без бэкапа по жизни.




 




Copyright © Lexa Software, 1996-2009.