Configuring Apache HTTP Server or IBM HTTP Server with Cognos Analytics
After you complete this procedure, the server can handle requests for static files (such
as .js, .html, .css), load balance
requests to IBM Cognos Analytics, and route SSO requests through the IBM Cognos Analytics gateway
code.
About this task
You can use one of the sample configuration files that are provided with IBM Cognos Analytics.
The sample files are located in
gateway_component_install_location/cgi-bin/templates where
gateway_component_install_location is the directory where the gateway component
is installed. The following table describes the sample files. Choose the file for your
environment:
Environment | Sample file name |
---|---|
Apache 2.2 non-SSO |
cognos_apache22_loadbalance.conf |
Apache 2.2 SSO |
cognos_apache22_loadbalance_SSO.conf |
Apache 2.4 non-SSO |
cognos_apache24_loadbalance.conf |
Apache 2.4 SSO |
cognos_apache24_loadbalance_SSO.conf |
IBM HTTP Server 9.0 non-SSO |
cognos_IHS9_loadbalance.conf |
IBM HTTP Server 9.0 SSO |
cognos_IHS9_loadbalance_SSO.conf |
The directories and aliases for Windows-based IBM HTTP Server (IHS) setups must be properly specified. For example, the alias ibmcognos needs to be set to /ibmcognos "c:/cognos_analytics_location/cognos/webcontent". Ensure that the forward slash (/) character is used in the path, and the location is enclosed in double quotation marks (" ").