Live data from Hacker News

Viewing profile — BobVerg

BobVerg

HN member
Joined
Sun, Nov 17, 2013, 1:39 PM UTC
HN karma
45
Public activity
15 items

About BobVerg

No profile information was provided.

Recent public activity

  1. comment
    Comment #7232637

    15,000 pageviews per day == just 10-20 views per minute. Very low load actually.

  2. story
  3. comment
    Comment #7182863

    CRIME attack isn't specific to request or response. If you pass secrets in response headers, then the attack can be performed against them.

  4. comment
    Comment #7179436

    It's because of CRIME vulnerability.

  5. comment
    Comment #7179257

    "spdy_headers_comp 7;" looks like huge overkill. It provides about 10% better compression ratio than setting 1, but two times slower.

  6. comment
    Comment #7178433

    There are official Linux packages with the latest version: http://nginx.org/en/linux_packages.html#mainline

  7. comment
    Comment #6774075

    Ok. To exploit any vulnerability the attacker have to do something. It's just obvious. I don't understand what you're trying to make clear. > and attacker handcraft an http request…

  8. comment
    Comment #6772034

    A few quotes from the link, if you didn't read: "Some checks on a request URI were not executed on a character following an unescaped space character (which is invalid per HTTP pro…

  9. comment
    Comment #6767427

    No, it won't be %20. It isn't encoded. You should mkdir or touch "name ", not "name%20".

  10. comment
    Comment #6766344

    Parser generators? What's next? Java/C# instead of C?

  11. comment
    Comment #6766329

    Last time it took them six months to do so.

  12. comment
    Comment #6766324

    No, the vulnerability is about literal space.

  13. comment
    Comment #6764566

    It's _that_ old. As I know, 1.2.x actually is obsoleted since May 2013, and there is no more support or bugfixes after this date.

  14. comment
    Comment #6748922

    And even more: "send_timeout 2;" Mobile clients from another continent will "thank you" for this setting when they cannot open your site. "error_log /var/log/nginx/error.log crit;"…

  15. comment
    Comment #6748836

    What purpose of the article if in the documentation at nginx.org/en/docs/ you can find the same? And, btw, you are giving bad advices. You are wrong here: "By default, nginx sets o…