|
Lines 32-37
Link Here
|
| 32 |
mod_gzip_item_exclude mime ^image/.* |
32 |
mod_gzip_item_exclude mime ^image/.* |
| 33 |
mod_gzip_item_exclude rspheader Content-Type:image/* |
33 |
mod_gzip_item_exclude rspheader Content-Type:image/* |
| 34 |
mod_gzip_item_include file \.js$ |
34 |
mod_gzip_item_include file \.js$ |
|
|
35 |
mod_gzip_item_include mime ^application/javascript$ |
| 35 |
mod_gzip_item_include mime ^application/x-javascript$ |
36 |
mod_gzip_item_include mime ^application/x-javascript$ |
| 36 |
mod_gzip_item_include file \.php$ |
37 |
mod_gzip_item_include file \.php$ |
| 37 |
mod_gzip_item_include mime ^text/html$ |
38 |
mod_gzip_item_include mime ^text/html$ |
|
Lines 128-133
Link Here
|
| 128 |
mod_gzip_item_exclude mime ^image/.* |
129 |
mod_gzip_item_exclude mime ^image/.* |
| 129 |
mod_gzip_item_exclude rspheader Content-Type:image/* |
130 |
mod_gzip_item_exclude rspheader Content-Type:image/* |
| 130 |
mod_gzip_item_include file \.js$ |
131 |
mod_gzip_item_include file \.js$ |
|
|
132 |
mod_gzip_item_include mime ^application/javascript$ |
| 131 |
mod_gzip_item_include mime ^application/x-javascript$ |
133 |
mod_gzip_item_include mime ^application/x-javascript$ |
| 132 |
mod_gzip_item_include file \.php$ |
134 |
mod_gzip_item_include file \.php$ |
| 133 |
mod_gzip_item_include mime ^text/html$ |
135 |
mod_gzip_item_include mime ^text/html$ |
| 134 |
- |
|
|