Enable IBM® HTTP Server
compression to reduce the size of the data to be transferred to AccessAgent.
Procedure
- Select .
- Log on to the Integrated Solutions Console.
- On the Integrated Solutions Console
navigation pane,
select .
- Click the <web_server_name>. For
example, webserver1.
- Under Additional Properties, click Configuration
File.
- Search the following line and remove the comment tag:
LoadModule deflate_module modules/mod_deflate.so
- Search the <Location/> section and
add the following lines:
SetOutputFilter DEFLATE
SetEnvIfNoCase Request_URI\.(?:gif|jpe?g|png)$ no-gzip dont-vary
SetInputFilter DEFLATE
- Click OK.
- Restart the webserver.