Advertisement
tommy351

Untitled

May 28th, 2013
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.97 KB | None | 0 0
  1. tmp(hotfix/1.1.4) > curl -vvv localhost:4000
  2. * About to connect() to localhost port 4000 (#0)
  3. * Trying ::1...
  4. * Connection refused
  5. * Trying 127.0.0.1...
  6. * connected
  7. * Connected to localhost (127.0.0.1) port 4000 (#0)
  8. > GET / HTTP/1.1
  9. > User-Agent: curl/7.24.0 (x86_64-apple-darwin12.0) libcurl/7.24.0 OpenSSL/0.9.8r zlib/1.2.5
  10. > Host: localhost:4000
  11. > Accept: */*
  12. >
  13. < HTTP/1.1 200 OK
  14. < X-Powered-By: Express
  15. < Content-Type: text/html
  16. < Date: Tue, 28 May 2013 16:39:33 GMT
  17. < Connection: keep-alive
  18. < Transfer-Encoding: chunked
  19. <
  20. <!DOCTYPE HTML>
  21. <html>
  22. <head>
  23. <meta charset="utf-8">
  24.  
  25. <title>Hexo</title>
  26. <meta name="author" content="John Doe">
  27.  
  28.  
  29. <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
  30.  
  31.  
  32. <meta property="og:site_name" content="Hexo"/>
  33.  
  34.  
  35. <meta property="og:image" content="undefined"/>
  36.  
  37.  
  38. <link href="/favicon.png" rel="icon">
  39. <link rel="alternate" href="/atom.xml" title="Hexo" type="application/atom+xml">
  40. <link rel="stylesheet" href="/css/style.css" media="screen" type="text/css">
  41. <!--[if lt IE 9]><script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
  42. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.8/jquery.min.js"></script>
  43.  
  44. </head>
  45.  
  46.  
  47. <body>
  48. <header id="header" class="inner"><div class="alignleft">
  49. <h1><a href="/">Hexo</a></h1>
  50. <h2><a href="/"></a></h2>
  51. </div>
  52. <nav id="main-nav" class="alignright">
  53. <ul>
  54.  
  55. <li><a href="/">Home</a></li>
  56.  
  57. <li><a href="/archives">Archives</a></li>
  58.  
  59. </ul>
  60. <div class="clearfix"></div>
  61. </nav>
  62. <div class="clearfix"></div></header>
  63. <div id="content" class="inner">
  64. <div id="main-col" class="alignleft"><div id="wrapper">
  65. <article class="post">
  66.  
  67. <div class="post-content">
  68. <header>
  69.  
  70. <div class="icon"></div>
  71. <time datetime="2013-05-28T16:39:08.000Z"><a href="/2013/05/29/hello-world/">May 29 2013</a></time>
  72.  
  73.  
  74.  
  75. <h1 class="title"><a href="/2013/05/29/hello-world/">Hello World</a></h1>
  76.  
  77.  
  78. </header>
  79. <div class="entry">
  80.  
  81. <p>Welcome to <a href="http://zespia.tw/hexo">Hexo</a>! This is your very first post. Check <a href="http://zespia.tw/hexo/docs">documentation</a> to learn how to use.</p>
  82.  
  83.  
  84. </div>
  85. <footer>
  86.  
  87.  
  88. <div class="alignleft">
  89. <a href="/2013/05/29/hello-world/#more" class="more-link">Read More</a>
  90. </div>
  91.  
  92.  
  93.  
  94. <div class="clearfix"></div>
  95. </footer>
  96. </div>
  97. </article>
  98.  
  99.  
  100.  
  101.  
  102. <nav id="pagination">
  103.  
  104.  
  105. <div class="clearfix"></div>
  106. </nav></div></div>
  107. <aside id="sidebar" class="alignright">
  108. <div class="search">
  109. <form action="//google.com/search" method="get" accept-charset="utf-8">
  110. <input type="search" name="q" results="0" placeholder="Search">
  111. <input type="hidden" name="q" value="site:yoursite.com">
  112. </form>
  113. </div>
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121. </aside>
  122. <div class="clearfix"></div>
  123. </div>
  124. <footer id="footer" class="inner"><div class="alignleft">
  125.  
  126. &copy; 2013 John Doe
  127.  
  128. </div>
  129. <div class="clearfix"></div></footer>
  130. <script src="/js/jquery.imagesloaded.min.js"></script>
  131. <script src="/js/gallery.js"></script>
  132.  
  133.  
  134.  
  135.  
  136. <link rel="stylesheet" href="/fancybox/jquery.fancybox.css" media="screen" type="text/css">
  137. <script src="/fancybox/jquery.fancybox.pack.js"></script>
  138. <script type="text/javascript">
  139. (function($){
  140. $('.fancybox').fancybox();
  141. })(jQuery);
  142. </script>
  143.  
  144. </body>
  145. * Connection #0 to host localhost left intact
  146. </html>* Closing connection #0
  147. tmp(hotfix/1.1.4) > curl -vvv localhost:4000
  148. * About to connect() to localhost port 4000 (#0)
  149. * Trying ::1...
  150. * Connection refused
  151. * Trying 127.0.0.1...
  152. * connected
  153. * Connected to localhost (127.0.0.1) port 4000 (#0)
  154. > GET / HTTP/1.1
  155. > User-Agent: curl/7.24.0 (x86_64-apple-darwin12.0) libcurl/7.24.0 OpenSSL/0.9.8r zlib/1.2.5
  156. > Host: localhost:4000
  157. > Accept: */*
  158. >
  159. < HTTP/1.1 200 OK
  160. < X-Powered-By: Express
  161. < Content-Type: text/html
  162. < Date: Tue, 28 May 2013 16:40:08 GMT
  163. < Connection: keep-alive
  164. < Transfer-Encoding: chunked
  165. <
  166. <!DOCTYPE HTML>
  167. <html>
  168. <head>
  169. <meta charset="utf-8">
  170.  
  171. <title>Hexo</title>
  172. <meta name="author" content="John Doe">
  173.  
  174.  
  175. <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
  176.  
  177.  
  178. <meta property="og:site_name" content="Hexo"/>
  179.  
  180.  
  181. <meta property="og:image" content="undefined"/>
  182.  
  183.  
  184. <link href="/favicon.png" rel="icon">
  185. <link rel="alternate" href="/atom.xml" title="Hexo" type="application/atom+xml">
  186. <link rel="stylesheet" href="/css/style.css" media="screen" type="text/css">
  187. <!--[if lt IE 9]><script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
  188. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.8/jquery.min.js"></script>
  189.  
  190. </head>
  191.  
  192.  
  193. <body>
  194. <header id="header" class="inner"><div class="alignleft">
  195. <h1><a href="/">Hexo</a></h1>
  196. <h2><a href="/"></a></h2>
  197. </div>
  198. <nav id="main-nav" class="alignright">
  199. <ul>
  200.  
  201. <li><a href="/">Home</a></li>
  202.  
  203. <li><a href="/archives">Archives</a></li>
  204.  
  205. </ul>
  206. <div class="clearfix"></div>
  207. </nav>
  208. <div class="clearfix"></div></header>
  209. <div id="content" class="inner">
  210. <div id="main-col" class="alignleft"><div id="wrapper">
  211. <article class="post">
  212.  
  213. <div class="post-content">
  214. <header>
  215.  
  216. <div class="icon"></div>
  217. <time datetime="2013-05-28T16:39:08.000Z"><a href="/2013/05/29/hello-world/">May 29 2013</a></time>
  218.  
  219.  
  220.  
  221. <h1 class="title"><a href="/2013/05/29/hello-world/">Hello World</a></h1>
  222.  
  223.  
  224. </header>
  225. <div class="entry">
  226.  
  227. <p>Welcome to <a href="http://zespia.tw/hexo">Hexo</a>! This is your very first post. Check <a href="http://zespia.tw/hexo/docs">documentation</a> to learn how to use.</p>
  228.  
  229.  
  230. </div>
  231. <footer>
  232.  
  233.  
  234. <div class="alignleft">
  235. <a href="/2013/05/29/hello-world/#more" class="more-link">Read More</a>
  236. </div>
  237.  
  238.  
  239.  
  240. <div class="clearfix"></div>
  241. </footer>
  242. </div>
  243. </article>
  244.  
  245.  
  246.  
  247.  
  248. <nav id="pagination">
  249.  
  250.  
  251. <div class="clearfix"></div>
  252. </nav></div></div>
  253. <aside id="sidebar" class="alignright">
  254. <div class="search">
  255. <form action="//google.com/search" method="get" accept-charset="utf-8">
  256. <input type="search" name="q" results="0" placeholder="Search">
  257. <input type="hidden" name="q" value="site:yoursite.com">
  258. </form>
  259. </div>
  260.  
  261.  
  262.  
  263.  
  264.  
  265.  
  266.  
  267. </aside>
  268. <div class="clearfix"></div>
  269. </div>
  270. <footer id="footer" class="inner"><div class="alignleft">
  271.  
  272. &copy; 2013 John Doe
  273.  
  274. </div>
  275. <div class="clearfix"></div></footer>
  276. <script src="/js/jquery.imagesloaded.min.js"></script>
  277. <script src="/js/gallery.js"></script>
  278.  
  279.  
  280.  
  281.  
  282. <link rel="stylesheet" href="/fancybox/jquery.fancybox.css" media="screen" type="text/css">
  283. <script src="/fancybox/jquery.fancybox.pack.js"></script>
  284. <script type="text/javascript">
  285. (function($){
  286. $('.fancybox').fancybox();
  287. })(jQuery);
  288. </script>
  289.  
  290. </body>
  291. * Connection #0 to host localhost left intact
  292. </html>* Closing connection #0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement