Page MenuHomePhabricator
Paste P10659

T247020
ActivePublic

Authored by ema on Mar 9 2020, 9:27 AM.
Tags
None
Referenced Files
F31672559: raw.txt
Mar 9 2020, 9:27 AM
Subscribers
None
# without https://gerrit.wikimedia.org/r/#/c/operations/puppet/+/577551/
ema@traffic-cache-atstext-buster:~$ curl -v -H "X-Forwarded-Proto: https" -H "Host: en.wikipedia.beta.wmflabs.org" '127.0.0.1:3128/w/load.php?lang=en&modules=startup&only=scripts&raw=1&skin=vector' 2>&1 | grep X-Cache
< X-Cache-Int: traffic-cache-atstext-buster hit
ema@traffic-cache-atstext-buster:~$ curl -v -H "Accept-Encoding: gzip" -H "X-Forwarded-Proto: https" -H "Host: en.wikipedia.beta.wmflabs.org" '127.0.0.1:3128/w/load.php?lang=en&modules=startup&only=scripts&raw=1&skin=vector' 2>&1 | grep X-Cache
< X-Cache-Int: traffic-cache-atstext-buster miss
ema@traffic-cache-atstext-buster:~$ curl -v -H "Accept-Encoding: gzip" -H "X-Forwarded-Proto: https" -H "Host: en.wikipedia.beta.wmflabs.org" '127.0.0.1:3128/w/load.php?lang=en&modules=startup&only=scripts&raw=1&skin=vector' 2>&1 | grep X-Cache
< X-Cache-Int: traffic-cache-atstext-buster miss
# with https://gerrit.wikimedia.org/r/#/c/operations/puppet/+/577551/
ema@traffic-cache-atstext-buster:~$ curl -v -H "Accept-Encoding: gzip" -H "X-Forwarded-Proto: https" -H "Host: en.wikipedia.beta.wmflabs.org" '127.0.0.1:3128/w/load.php?lang=en&modules=startup&only=scripts&raw=1&skin=vector' 2>&1 | grep X-Cache
< X-Cache-Int: traffic-cache-atstext-buster hit
ema@traffic-cache-atstext-buster:~$ curl -v -H "X-Forwarded-Proto: https" -H "Host: en.wikipedia.beta.wmflabs.org" '127.0.0.1:3128/w/load.php?lang=en&modules=startup&only=scripts&raw=1&skin=vector' 2>&1 | grep X-Cache
< X-Cache-Int: traffic-cache-atstext-buster hit