clarkgrubb / hyperpolyglot

hyperpolyglot.org
Other
473 stars 94 forks source link

Site is down #108

Closed ghost closed 4 years ago

ghost commented 4 years ago
waldyrious commented 4 years ago

Hmm... only the second one 404s for me. The main home page and pages like http://hyperpolyglot.org/computer-algebra still work.

ghost commented 4 years ago

pages that were previously available are down:

http://hyperpolyglot.org/scripting

the source is still available:

https://github.com/clarkgrubb/hyperpolyglot/blob/master/markup/scripting

but its not written in a format that github supports.

waldyrious commented 4 years ago

pages that were previously available are down:

http://hyperpolyglot.org/scripting

It works for me 🤔

Screenshot 2019-08-26 at 13 53 06
kastiglione commented 4 years ago

The links here work for me.

ghost commented 4 years ago

and its down again.

$ curl -I hyperpolyglot.org/scripting
HTTP/1.1 404 Not Found
Server: nginx/1.10.3 (Ubuntu)
Date: Tue, 27 Aug 2019 04:18:52 GMT
Content-Type: text/html
Content-Length: 178
Connection: keep-alive
kastiglione commented 4 years ago

Just tried again, it's up for me. First hit was slow, not sure if that was on my end or remote.

ghost commented 4 years ago

Yep confirmed. WTF.

$ curl -I -x 107.172.236.29:3128 hyperpolyglot.org/scripting
HTTP/1.1 200 OK
Server: nginx/1.10.3 (Ubuntu)
Date: Tue, 27 Aug 2019 05:06:05 GMT
Content-Type: text/html
Content-Length: 275527
Last-Modified: Sat, 27 Apr 2019 17:14:45 GMT
ETag: "5cc48e05-43447"
Accept-Ranges: bytes
Age: 22
X-Cache: HIT from ADM-MANAGER
X-Cache-Lookup: HIT from ADM-MANAGER:80
Connection: keep-alive

$ curl -I hyperpolyglot.org/scripting
HTTP/1.1 404 Not Found
Server: nginx/1.10.3 (Ubuntu)
Date: Tue, 27 Aug 2019 05:06:13 GMT
Content-Type: text/html
Content-Length: 178
Connection: keep-alive
clarkgrubb commented 4 years ago

I think this is fixed. Sorry for the disruption. I made a bad change to the nginx config yesterday.