Skip to content

Instantly share code, notes, and snippets.

@lra
Created April 28, 2015 02:37
Show Gist options
  • Save lra/a80b514dec5eceec2f69 to your computer and use it in GitHub Desktop.
Save lra/a80b514dec5eceec2f69 to your computer and use it in GitHub Desktop.
⌂65% [analogue:~] $ curl -v http://www.octaveoctave.com/
* Hostname was NOT found in DNS cache
* Trying 54.75.231.124...
* Connected to www.octaveoctave.com (54.75.231.124) port 80 (#0)
> GET / HTTP/1.1
> User-Agent: curl/7.37.1
> Host: www.octaveoctave.com
> Accept: */*
>
* HTTP 1.0, assume close after body
< HTTP/1.0 500 Internal Server Error
< Date: Tue, 28 Apr 2015 02:32:29 GMT
< Server: Apache
< Cache-Control: max-age=2592000
< Expires: Thu, 28 May 2015 02:32:29 GMT
< Vary: Accept-Encoding
< Content-Length: 0
< Connection: close
< Content-Type: text/html
<
* Closing connection 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment