Created
July 15, 2013 18:18
-
-
Save vvuksan/6002154 to your computer and use it in GitHub Desktop.
Code Anywhere random errors
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ 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