This topic provides information about how to set up input decompression for GZIP compressed input bodies for HTTP Server with the IBM® Web Administration for i5/OS™ interface.
In order to set up input decompression, a filter must be inserted in the input filter chain. This is done using the SetInputFilter directive. WebDAV makes frequent use of compression, and as such, input decompression is used primarily with WebDAV. The range of usefulness of input decompression is also determined by Web browser support. Most Web browsers do not support compressed data or have limited support. Compressed information is only accessible with Web browsers with HTTP/1.1 support. See File compression for HTTP Server (powered by Apache) for more information.
To set up input decompression, do the following:
You should now have something like the below example in your configuration.
SetInputFilter DEFLATE
See Set up output compression for HTTP Server (powered by Apache) for more information.