```json
{
    "title": "Compressing Web Output Using mod_gzip for Apache 1.3.x and 2.0.x",
    "url": "https://performancezen.com/2005/04/30/compressing-web-output-using-mod_gzip-for-apache-13x-and-20x/",
    "datePublished": "2005-04-30",
    "dateModified": "2005-04-30",
    "language": "en-US",
    "description": "Web page compression is not a new technology, but it has just recently gained higher recognition in the minds of IT administrators and managers because of the rapid ROI it…",
    "author": "spierzchala",
    "publisher": "Performance Zen"
}
```

# Compressing Web Output Using mod_gzip for Apache 1.3.x and 2.0.x

> Content-Type: text/html
>  Content-Encoding: gzip

> mod_gzip_item_include mime ^text/.*
>  mod_gzip_item_include mime ^application/postscript$
>  mod_gzip_item_include mime ^application/ms.*$
>  mod_gzip_item_include mime ^application/vnd.*$
>  mod_gzip_item_exclude mime ^application/x-javascript$
>  mod_gzip_item_exclude mime ^image/.*$

> mod_gzip_item_exclude mime ^application/pdf$
