ПРОЕКТЫ 


  АРХИВ 


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]

redirects log



Здравствуйте, дорогая редакция.
так сложилось, что мне необходимо банить запросы на сервер по параметру из 
query string.
на данный момент это выглядит так:


server
        {
                listen 80;
                ....
                if ($arg_IP = 192.168.1.2){rewrite ^ /banned.html;}
                if ($arg_IP = 192.168.1.3){rewrite ^ /banned.html;}
                if ($arg_IP = ... ){rewrite ^ /banned.html;}
               ......
          }


единственное, чего мне не хватает - логи доступа с забаненных IP.


log_subrequest on;

The directive enables or disables messages in access_log about sub-requests 
such as rewrite rules and/or SSI requests. 
включил, но ничего нового в логах не нашел.

Posted at Nginx Forum: http://forum.nginx.org/read.php?21,7206,7206#msg-7206




 




Copyright © Lexa Software, 1996-2009.