IBM Security Access Manager for Enterprise Single Sign-On, Version 8.2

Configuring HTTP compression

Enable IBM® HTTP Server compression to reduce the size of the data to be transferred to AccessAgent.

Procedure

  1. Select Start > All Programs > IBM WebSphere > Application Server <version> > Profiles > <profile name> > Administrative console.
  2. Log on to the Integrated Solutions Console.
  3. On the Integrated Solutions Console navigation pane, select Servers > Server Types > Web servers.
  4. Click the <web_server_name>. For example, webserver1.
  5. Under Additional Properties, click Configuration File.
  6. Search the following line and remove the comment tag:
    LoadModule deflate_module modules/mod_deflate.so
  7. Search the <Location/> section and add the following lines:
    SetOutputFilter DEFLATE
    SetEnvIfNoCase Request_URI\.(?:gif|jpe?g|png)$ no-gzip dont-vary
    SetInputFilter DEFLATE
  8. Click OK.
  9. Restart the webserver.


Feedback