Update notes for 2017-11-09

This commit is contained in:
2017-11-09 18:05:32 +02:00
parent 696c05977c
commit 0340864181
4 changed files with 18 additions and 14 deletions

View File

@ -38,7 +38,7 @@ COPY 54701
<meta property="article:published_time" content="2017-11-02T09:37:54&#43;02:00"/>
<meta property="article:modified_time" content="2017-11-09T17:41:14&#43;02:00"/>
<meta property="article:modified_time" content="2017-11-09T17:52:14&#43;02:00"/>
@ -86,9 +86,9 @@ COPY 54701
"@type": "BlogPosting",
"headline": "November, 2017",
"url": "https://alanorth.github.io/cgspace-notes/2017-11/",
"wordCount": "2881",
"wordCount": "2921",
"datePublished": "2017-11-02T09:37:54&#43;02:00",
"dateModified": "2017-11-09T17:41:14&#43;02:00",
"dateModified": "2017-11-09T17:52:14&#43;02:00",
"author": {
"@type": "Person",
"name": "Alan Orth"
@ -706,6 +706,8 @@ $ grep 104.196.152.243 dspace.log.2017-11-07 | grep -o -E 'session_id=[A-Z0-9]{3
<ul>
<li>The number of total requests vary by a few thousand, but the number of sessions is over <em>ten times less</em>!</li>
<li>This gets me thinking, I wonder if I can use something like nginx&rsquo;s rate limiter to automatically change the user agent of clients who make too many requests</li>
<li>Perhaps using a combination of geo and map, like illustrated here: <a href="https://www.nginx.com/blog/rate-limiting-nginx/">https://www.nginx.com/blog/rate-limiting-nginx/</a></li>
</ul>