Specifications
Lotus Redbooks Wiki – IBM Lotus Notes and Domino V8.5 Deployment Guide
19
Field
NOTES.INI
Compressed files - Enabled / Disabled HTTPDisablePreCompressedGzipFiles=1 / 0 (1 to
enable)
Choose Enable if you want the Domino HTTP server to check for and serve gzip (GNU zip)
compressed versions of static files and to activate other compression settings on this tab.
Include MIME Types
HTTPIncludeMimeTypes=text/*;application/*
Specify the types of MIME files that can be considered for compression. MIME types that are
specified in the "Exclude MIME type" field will not be compressed even if they fit the parameters
of MIME types to be included for compression.
Exclude MIME types
HTTPExcludeMimeTypes=application/x-
gzip;application/x-zip
Specify the types of MIME files to be excluded from consideration for compression. File types
specified here should be a subset of those types specified in the "Include MIME types" field.
Create compressed files
HTTPCreatePreCompressedGzipFiles=1
Choose Enable if you want the Domino HTTP server to create gzip (GNU zip) compressed
versions of static file system files. Compressed files are created when they do not exist or the
uncompressed version of the file has a time-date stamp that is later than the compressed version
of the file.
Wait time out
HTTPCompressWaitTime=500
Specify a maximum wait time out. Allows you to change the time-out for a pending HTTP request
that is waiting for compression to complete. The default setting is 500 milliseconds.
Minimum file size
HTTPCompressMinFileSize=500
Specify a minimum file size of files to be considered for compression. The default is 300 bytes. If
a file is smaller than the minimum file size specified for a file, a compressed file is not created.
On the Domino Web Engine tab:
• Compression Settings