Advertisement
steve81

Untitled

Sep 12th, 2011
36
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.14 KB | None | 0 0
  1. stefano@lenny32 /tmp $ wget -q -O - http://localhost:1978/flcache-basic1/file.txt --save-headers && echo
  2. HTTP/1.0 200 OK
  3. Connection: Keep-Alive
  4. Keep-Alive: timeout=5, max=500
  5. Date: Mon, 12 Sep 2011 21:20:59 GMT
  6. Server: Cherokee/1.2.99 (Debian GNU/Linux)
  7. Last-Modified: Mon, 12 Sep 2011 18:45:57 GMT
  8. Content-Length: 44
  9. X-Cache: MISS from localhost:1978
  10.  
  11. Front-line cache boosts Cherokee performance
  12. stefano@lenny32 /tmp $ wget -q -O - http://localhost:1978/flcache-basic1/file.txt --save-headers && echo
  13. HTTP/1.0 200 OK
  14. Connection: Keep-Alive
  15. Keep-Alive: timeout=5, max=500
  16. Date: Mon, 12 Sep 2011 21:21:00 GMT
  17. Server: Cherokee/1.2.99 (Debian GNU/Linux)
  18. Last-Modified: Mon, 12 Sep 2011 18:45:57 GMT
  19. Via: localhost:1978 (Cherokee/1.2.99)
  20. Content-Length: 44
  21. X-Cache: HIT from localhost:1978
  22. Age: 1
  23.  
  24. Front-line cache boosts Cherokee performance
  25. stefano@lenny32 /tmp $ wget -q -O - http://localhost:1978/flcache-basic1/file.txt --save-headers && echo
  26. HTTP/1.0 200 OK
  27. Connection: Keep-Alive
  28. Keep-Alive: timeout=5, max=500
  29. Date: Mon, 12 Sep 2011 21:21:01 GMT
  30. Server: Cherokee/1.2.99 (Debian GNU/Linux)
  31. Last-Modified: Mon, 12 Sep 2011 18:45:57 GMT
  32. Via: localhost:1978 (Cherokee/1.2.99)
  33. Content-Length: 44
  34. X-Cache: HIT from localhost:1978
  35. Age: 2
  36.  
  37. Front-line cache boosts Cherokee performance
  38. stefano@lenny32 /tmp $ wget -q -O - http://localhost:1978/flcache-basic1/file.txt --save-headers && echo
  39. HTTP/1.0 200 OK
  40. Connection: Keep-Alive
  41. Keep-Alive: timeout=5, max=500
  42. Date: Mon, 12 Sep 2011 21:21:02 GMT
  43. Server: Cherokee/1.2.99 (Debian GNU/Linux)
  44. Last-Modified: Mon, 12 Sep 2011 18:45:57 GMT
  45. Via: localhost:1978 (Cherokee/1.2.99)
  46. Content-Length: 44
  47. X-Cache: HIT from localhost:1978
  48. Age: 3
  49.  
  50. Front-line cache boosts Cherokee performance
  51. stefano@lenny32 /tmp $ wget -q -O - http://localhost:1978/flcache-basic1/file.txt --save-headers && echo
  52. HTTP/1.0 200 OK
  53. Connection: Keep-Alive
  54. Keep-Alive: timeout=5, max=500
  55. Date: Mon, 12 Sep 2011 21:21:03 GMT
  56. Server: Cherokee/1.2.99 (Debian GNU/Linux)
  57. Last-Modified: Mon, 12 Sep 2011 18:45:57 GMT
  58. Via: localhost:1978 (Cherokee/1.2.99)
  59. Content-Length: 44
  60. X-Cache: HIT from localhost:1978
  61. Age: 4
  62.  
  63. Front-line cache boosts Cherokee performance
  64. stefano@lenny32 /tmp $
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement