Created
July 12, 2013 21:51
-
-
Save nutjob4life/5988152 to your computer and use it in GitHub Desktop.
This file contains 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
plone01 216 > hostname | |
plone01.sixfeetup.com | |
plone01 217 > date -u | |
Fri Jul 12 21:50:47 UTC 2013 | |
plone01 218 > telnet localhost 80 | |
Trying 127.0.0.1... | |
Connected to localhost. | |
Escape character is '^]'. | |
GET / HTTP/1.1 | |
Host: plone.org | |
Connection: close | |
HTTP/1.1 404 Not Found | |
Server: nginx/0.7.43 | |
Date: Fri, 12 Jul 2013 21:50:49 GMT | |
Content-Type: text/html | |
Content-Length: 169 | |
Connection: close | |
<html> | |
<head><title>404 Not Found</title></head> | |
<body bgcolor="white"> | |
<center><h1>404 Not Found</h1></center> | |
<hr><center>nginx/0.7.43</center> | |
</body> | |
</html> | |
Connection closed by foreign host. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment