This topic provides information about how to set up output compression for HTTP Server (powered by Apache) with the IBM® Web Administration for i5/OS™ interface.
In order to set up output compression, a filter must be inserted in the output filter chain. This is done using the SetOutputFilter directive. See File compression for HTTP Server (powered by Apache) for more information.
To set up output compression, do the following:
There are two types of output filters. The first output filter type only requires a file extension and a filter name. The second output filter type requires a MIME type and filter name. For both output filter types, click Add under the appropriate table and specify the file extension, MIME type, and filter name.
You should now have something like the below example in your configuration.
AddOutputFilterByType DEFLATE text/html AddOutputFilter DEFLATE .html SetOutputFilter DEFLATE
See Set up input decompression for HTTP Server (powered by Apache) for more information.