5.1 Load mod_deflate

This topic explains systematic instructions to load mod_deflate.

mod_deflate is used for compression in OHS and this is installed in Oracle HTTP Server under location ${ORACLE_HOME}/OHS/modules/mod_deflate.so but it might not be loaded.
  1. To load the file, add the below directive in mod_wl_ohs.conf file.
    LoadModule deflate_module ${ORACLE_HOME}/OHS/modules/mod_deflate.so