Re: ngx http limit req module и Windows

Maxim Dounin mdounin на mdounin.ru
Ср Мар 16 18:50:09 MSK 2011


Hello!

On Wed, Mar 16, 2011 at 11:31:42AM -0400, pomo4ka wrote:

> Здравствуйте! Решил поставить модуль "ngx_http_limit_req_module" на Windows 7 x64.
> 
> Что я сделал:
> 
> http {    
>     limit_req_zone $binary_remote_addr zone=one:10m  rate=2r/s; #Добавил  
>     ...
>     server { 
>         ... 
>         location / {       
>                       root   html;
>                       index  index.php index.html index.htm;      
>             limit_req  zone=one burst=4; #Добавил  
>         }
> 
> После включения сервера, в логах появляется ошибка:
> 2011/03/16 01:17:16 [emerg] 1032#4844: shared zone "one" has no equal addresses: 025B0000 vs 02570000
> 2011/03/16 01:17:16 [alert] 1948#5116: worker process 1032 exited with code 1
> 
> Помогите пожалуйста решить проблему. Спасибо!

http://nginx.org/en/docs/windows.html#known_issues

: The cache and other modules which require shared memory support do 
: not work in Windows Vista and later due to address space layout 
: randomization being enabled in these Windows versions.

Модуль limit_req использует shared memory и под Windows 7 работать 
не будет.

Maxim Dounin



Подробная информация о списке рассылки nginx-ru