Nginx-ru mailing list archive (nginx-ru@sysoev.ru)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: captures in regex location
On Wed, Mar 11, 2009 at 12:35:13AM +0300, Vladimir Sopot wrote:
>
> On Mar 10, 2009, at 11:26 PM, Igor Sysoev wrote:
>
> >On Tue, Mar 10, 2009 at 10:54:03PM +0300, Vladimir Sopot wrote:
> >
> >>а вот еще одна
> >
> >А если вернуться к старому конфигу без captures, но с версией 0.7.40 ?
>
> Я боялся этого вопроса :) Пришлось сделать
>
> if ($host ~* "................") {
> set $myvar $1;
> }
>
> после каждого server_name "...........";
>
> # ../sbin/nginx -V
> nginx version: nginx/0.7.40
> built by gcc 4.3.2 [gcc-4_3-branch revision 141291] (SUSE Linux)
> configure arguments: --with-http_stub_status_module --without-
> mail_pop3_module --without-mail_imap_module --without-mail_smtp_module
> --without-http_access_module --without-http_autoindex_module --without-
> http_browser_module --without-http_charset_module --without-
> http_limit_zone_module --without-http_map_module --without-
> http_memcached_module --without-http_ssi_module --without-
> http_userid_module --without-http_proxy_module
>
> падает. Даже без "--with-debug" пишет корку (это нормально?):
Да, нормально.
--
Игорь Сысоев
http://sysoev.ru
|