Paste2 Logo
  1. REQUEST
  2. Host    localhost
  3. User-Agent      Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.3) Gecko/2008092417 Firefox/3.0.3
  4. Accept  text/css,*/*;q=0.1
  5. Accept-Language en-us,en;q=0.5
  6. Accept-Encoding gzip,deflate
  7. Accept-Charset  ISO-8859-1,utf-8;q=0.7,*;q=0.7
  8. Keep-Alive      300
  9. Connection      keep-alive
  10. Referer http://localhost/vascular/patient
  11. Cookie  PHPSESSID=tc7vsk31t2kl213v7fcah9a424
  12. If-Modified-Since       Fri, 24 Oct 2008 14:42:54 GMT
  13. If-None-Match   "18000000007978-17da-45a00cbe9959c"-gzip
  14. Cache-Control   max-age=0
  15.  
  16. RESPONSE (200)
  17. Date    Tue, 28 Oct 2008 19:26:57 GMT
  18. Server  Apache/2.2.9 (Win32) PHP/5.2.6
  19. Last-Modified   Fri, 24 Oct 2008 14:42:54 GMT
  20. Etag    "18000000007978-17da-45a00cbe9959c"-gzip
  21. Accept-Ranges   bytes
  22. Cache-Control   max-age=604800
  23. Expires Tue, 04 Nov 2008 19:26:57 GMT
  24. Vary    Accept-Encoding
  25. Content-Encoding        gzip
  26. Content-Length  1782
  27. Keep-Alive      timeout=5, max=99
  28. Connection      Keep-Alive
  29. Content-Type    text/css
  30.  
  31. CONFIG
  32. <IfModule mod_expires.c>
  33.     ExpiresActive On
  34.     ExpiresByType text/css "access plus 1 week"
  35.     ExpiresByType text/javascript "access plus 1 week"
  36.     ExpiresByType application/javascript "access plus 1 week"
  37.     ExpiresByType image/jpeg "access plus 1 week"
  38.     ExpiresByType image/gif "access plus 1 week"
  39. </IfModule>

All images return 304, all JS and CSS files return 200. Why??

Parent