about summary refs log tree commit homepage
path: root/KNOWN_ISSUES
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2016-07-28 18:02:34 +0000
committerEric Wong <e@80x24.org>2016-07-28 18:12:25 +0000
commitc47d13d2c5ce75cca5ac11eda6d6a0e54015e711 (patch)
tree2e1b10337cdf25fe19326ba64f4ef52dff53183a /KNOWN_ISSUES
parent87715a83b77dceb879ce9bf20971301817b9a50b (diff)
downloadunicorn-c47d13d2c5ce75cca5ac11eda6d6a0e54015e711.tar.gz
Gmane's NNTP server remains up, but the HTTP site is down:

  https://lars.ingebrigtsen.no/2016/07/28/the-end-of-gmane/

Anyways, our own archives are designed to be mirror-able via git:

  git clone --mirror https://bogomips.org/unicorn-public

And the code is self-hostable: git clone https://public-inbox.org
Diffstat (limited to 'KNOWN_ISSUES')
-rw-r--r--KNOWN_ISSUES4
1 files changed, 2 insertions, 2 deletions
diff --git a/KNOWN_ISSUES b/KNOWN_ISSUES
index 6b80517..ebd4822 100644
--- a/KNOWN_ISSUES
+++ b/KNOWN_ISSUES
@@ -9,7 +9,7 @@ acceptable solution.  Those issues are documented here.
   handlers.
 
 * Issues with FreeBSD jails can be worked around as documented by Tatsuya Ono:
-  http://mid.gmane.org/CAHBuKRj09FdxAgzsefJWotexw-7JYZGJMtgUp_dhjPz9VbKD6Q@mail.gmail.com
+  https://bogomips.org/unicorn-public/CAHBuKRj09FdxAgzsefJWotexw-7JYZGJMtgUp_dhjPz9VbKD6Q@mail.gmail.com/
 
 * PRNGs (pseudo-random number generators) loaded before forking
   (e.g. "preload_app true") may need to have their internal state
@@ -60,7 +60,7 @@ acceptable solution.  Those issues are documented here.
   application to use Rails 2.3.2 and you have no other choice, then
   you may edit your unicorn gemspec and remove the Rack dependency.
 
-  ref: http://mid.gmane.org/20091014221552.GA30624@dcvr.yhbt.net
+  ref: https://bogomips.org/unicorn-public/20091014221552.GA30624@dcvr.yhbt.net/
   Note: the workaround described in the article above only made
   the issue more subtle and we didn't notice them immediately.