55 | | |
56 | | This will add the content encoding to the header so that the client will decompress the file automatically. This method has the advantage of reducing server disk usage and server CPU load, but it will only work with 5.4+ clients. Use the 'min_core_version' field of the app_version table to enforce this. You can use this in conjunction because the mod_deflate module allows you to exempt certain filetypes from on-the-fly compression. |
| 55 | and restart apache. |
| 56 | This will add the content encoding to the header so that the client will decompress the file automatically. |
| 57 | This method has the advantage of reducing server disk usage and server CPU load, |
| 58 | but it will only work with 5.4+ clients. |
| 59 | Use the 'min_core_version' field of the app_version table to enforce this. |
| 60 | You can use this in conjunction because the mod_deflate module |
| 61 | allows you to exempt certain filetypes from on-the-fly compression. |