```json
{
    "title": "mod-gzip Compile Instructions",
    "url": "https://performancezen.com/2005/04/30/mod-gzip-compile-instructions/",
    "datePublished": "2005-04-30",
    "dateModified": "2005-04-30",
    "language": "en-US",
    "description": "The last time I attempted to compile mod_gzip into Apache, I found that the instructions for doing so were not documented clearly on the project page. After a couple of…",
    "author": "spierzchala",
    "publisher": "Performance Zen"
}
```

# mod-gzip Compile Instructions

> ./configure --activate-module=src/modules/gzip/mod_gzip.a
>  make
>  make install

> make APXS=/path/to/apxs
>  make install APXS=/path/to/apxs
>  /path/to/apachectl graceful
