Adding Cache Management Configuration for Reporting and Analysis

Edit httpd.conf of Oracle HTTP Server and add cache management configuration settings for Reporting and Analysis.

  To add cache management configuration settings:

  1. Using a text editor, open EPM_ORACLE_INSTANCE/httpConfig/ohs/config/OHS/ohs_component/httpd.conf.

  2. Append the following directives for Reporting and Analysis cache management:

    <Location /WebAnalysis/>
    OssoSendCacheHeaders off
    </Location>
    <Location /workspace/>
    OssoSendCacheHeaders off
    </Location>
    <Location /hr/>
    OssoSendCacheHeaders off
    </Location>
    <Location /HReports/>
    OssoSendCacheHeaders off
    </Location>
  3. Save and close httpd.conf.