Monday, April 13, 2015

check if Apache compression is working

# curl -i -H 'accept-encoding:gzip, deflate, sdch' http://example.com | head -n 13

or

# curl -i --compressed http://example.com | head -n 13

Content-Encoding: gzip

No comments: