LOTUS INOTES
After compression, Lotus iNotes generated pages are cached in the web server's page cache, which also improves server performance.
iNotes_wa_GZIP_Disable
Use this setting to turn compression on and off. The default is 0 (on). For example to turn off compression:
iNotes_wa_GZIP_Disable=1
iNotes_wa_GZIP_Content_Types_Included
Use this setting to define which types of content you want to compress. The default is:
"text/*;application/*"
For example, to compress all text:
iNotes_wa_GZIP_Content_Types_Included="text/*"
iNotes_wa_GZIP_Content_Types_Excluded
Use this setting to define which types of content you do not want compress. The default is:
"image/*;application/pdf"
For example to exclude XML data so that it will not be compressed:
iNotes_wa_GZIP_Content_Types_Excluded="image/*;text/xml"
Note You can also disable GZIP compression using the "Compress HTTP response data" setting on the Lotus iNotes tab of the Configuration Settings document.
Related topics