Skip to content

Instantly share code, notes, and snippets.

@vvuksan
Created July 15, 2013 18:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vvuksan/6002154 to your computer and use it in GitHub Desktop.
Save vvuksan/6002154 to your computer and use it in GitHub Desktop.
Code Anywhere random errors
$ curl -v http://www.codeanywhere.net
* About to connect() to www.codeanywhere.net port 80 (#0)
* Trying 168.61.33.86...
* Connected to www.codeanywhere.net (168.61.33.86) port 80 (#0)
> GET / HTTP/1.1
> User-Agent: curl/7.29.0
> Host: www.codeanywhere.net
> Accept: */*
>
< HTTP/1.1 200 OK
< Date: Mon, 15 Jul 2013 18:18:17 GMT
< Server: Apache/2.2.15 (CentOS)
< Last-Modified: Sun, 13 Jan 2013 14:30:50 GMT
< ETag: "100047-6c-4d32c601460cf"
< Accept-Ranges: bytes
< Content-Length: 108
< Connection: close
< Content-Type: text/html; charset=UTF-8
<
<html>
<head>
<title>Codeanywhere.net</title>
</head>
<body>
Server maintenance in progress
</body>
</html>
* Closing connection 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment