Re: Http2 not getting enable

2015-10-03 Thread Steve Wilson
>From the limited testing I did when I enabled http2 on my sites, I found that the few sites I used for testing were actually checking for spdy and not http2/h2 as the next protocol. I've had the spdy indicator plugin in chrome for a while which I believe uses the chrome internals to check

Re: Http2 not getting enable

2015-10-03 Thread Alt
Hello, Just use Chrome/Chromium: open the dev tools (F12 key), choose the "Network" tab and visit your website: "h2" should be displayed in the "Protocol" column :-) I don't remember, the "Protocol" column may not be visible by default: right click on the column headers (Name, Status,...) then

nginx testcookie

2015-10-03 Thread bagas
Народ добрый вечер. Кто использует для отсечения ддос атака моудль нгинс testcookie? есть некторые непонятки, не пойму логики. настраиваю по этой инструкции http://habrahabr.ru/post/139931/ # uname -rms FreeBSD 10.2-RELEASE-p4 amd64 Нгинс собран с модулем testcookie # nginx -V nginx version:

Re: nginx testcookie

2015-10-03 Thread Михаил Монашёв
Здравствуйте, bagas. > Народ добрый вечер. > Кто использует для отсечения ддос атака моудль нгинс testcookie? > есть некторые непонятки, не пойму логики. > настраиваю по этой инструкции > http://habrahabr.ru/post/139931/ Боты часто умеют и куки и редиректы и Javascript и всё прочее.

Re: nginx testcookie

2015-10-03 Thread Валентин Росавицкий
Посмотрите senginx и их модуль robot_mitigation (это переписан на С модуль Roboo). http://www.senginx.org/en/index.php/HTTP_Robot_Mitigation#robot_mitigation_mode Можно фильтровать флэшом, если бот который Вас атакует такое умеет то видимо уже самодельными решениями не обойтись. 03.10.2015

Re: nginx testcookie

2015-10-03 Thread bagas
Хмм, я не думаю что прям все боты могут и редирект и куки шифрованные подделывать, в 95% случаев думаю этого бдит достаточно. Но хотелось бы настроить и понять как модуль testcookie. И что я делаю не так в настройке этого модуля. Posted at Nginx Forum:

Re: Http2 not getting enable

2015-10-03 Thread khav
@Alt Protocol is still showing as http/1.1 not h2 Posted at Nginx Forum: http://forum.nginx.org/read.php?2,261987,261994#msg-261994 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx