Skip to content

Instantly share code, notes, and snippets.

@MKorostoff
Last active August 29, 2015 13:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MKorostoff/8805775 to your computer and use it in GitHub Desktop.
Save MKorostoff/8805775 to your computer and use it in GitHub Desktop.
curl -I http://www.golfchannel.com/sites/golfchannel.prod.acquia-sites.com/files/styles/blog_header_image_304x176/public/8/B/C/%7B8BC28927-3BC7-4B6E-A117-B5F168155A0A%7Dwoods_barclays13_d1_smile_610.jpg
HTTP/1.1 200 OK
Server: nginx
Content-Type: image/jpeg
Last-Modified: Tue, 17 Dec 2013 00:29:15 GMT
X-AH-Environment: prod
Content-Length: 35829
Accept-Ranges: bytes
X-Varnish: 1427927747 1425829676
X-Cache-Hits: 1
X-Age: 72630
Expires: Tue, 04 Feb 2014 15:22:32 GMT
Cache-Control: max-age=0, no-cache
Pragma: no-cache
Date: Tue, 04 Feb 2014 15:22:32 GMT
Connection: keep-alive
Vary: User-Agent
curl -X PURGE -H "X-Acquia-Purge:golfchannel" --compress -H "Host: www.golfchannel.com" http://bal-4667.prod.hosting.acquia.com/sites/golfchannel.prod.acquia-sites.com/files/styles/blog_header_image_304x176/public/8/B/C/%7B8BC28927-3BC7-4B6E-A117-B5F168155A0A%7Dwoods_barclays13_d1_smile_610.jpg
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
<title>404 Not in cache.</title>
</head>
<body>
<h1>This server is experiencing technical problems. Please
try again in a few moments. Thanks for your continued patience, and
we're sorry for any inconvenience this may cause.</h1>
<p>Error 404 Not in cache.</p>
<p>Not in cache.</p>
<p>XID: 1432201675</p>
</body>
</html>
curl -X PURGE -H "X-Acquia-Purge:golfchannel" --compress -H "Host: www.golfchannel.com" http://bal-4668.prod.hosting.acquia.com/sites/golfchannel.prod.acquia-sites.com/files/styles/blog_header_image_304x176/public/8/B/C/%7B8BC28927-3BC7-4B6E-A117-B5F168155A0A%7Dwoods_barclays13_d1_smile_610.jpg
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
<title>404 Not in cache.</title>
</head>
<body>
<h1>This server is experiencing technical problems. Please
try again in a few moments. Thanks for your continued patience, and
we're sorry for any inconvenience this may cause.</h1>
<p>Error 404 Not in cache.</p>
<p>Not in cache.</p>
<p>XID: 905264417</p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment