Hi,
I have followed the steps narrated by IBM and did the apache mode configuration in my environment. Unfortunately apache mode is not working instead CGI.
Environment: LInux, Cognos 10.2.1, IHS 8.5.5 , Websphere 8.5.5.
In this connection I have submitted a PMR with IBM. As IBM was saying IHS 8.5.5 version not supported by cognos 10.2.1.
My questions are:
1. Though I enabled apache mode how come CGI is working with no issues.
2. Apache mode is not working because of the wrong version.
3. Is there any libraries which it requires to be added to make the apache mode work in my environment.
I have followed the steps from this manual and did the apache mode configuration (http://www-01.ibm.com/support/knowledgecenter/SSEP7J_10.2.0/com.ibm.swg.ba.cognos.c8pp_inst.10.2.0.doc/t_gwapache22orihs7.html%23GWApache22orIHS7?cp=SSEP7J_10.2.0%2F0-1-6-7-0-0)
I did not see where I am doing wrong. I would request you all if any one has come across the same situation please share me your thoughts.
code used in httpd.conf file:
LoadModule cognos_module "/opt/cogadm/c10_2_1_dp/cgi-bin/mod2_2_cognos.so"
ScriptAlias /cognosdm/cgi-bin "/opt/cogadm/c10_2_1_dp/cgi-bin"
<Directory "/opt/cogadm/c10_2_1_dp/cgi-bin">
AllowOverride None
Options None
Order allow,deny
Allow from all
</Directory>
Alias /cognosdm "/opt/cogadm/c10_2_1_dp/webcontent"
<Directory "/opt/cogadm/c10_2_1_dp/webcontent">
Options Indexes MultiViews
AllowOverride None
Order allow,deny
Allow from all
</Directory>
<Location /opt/cogadm/c10_2_1_dp/cgi-bin/mod2_2_cognos.so>
SetHandler cognos-handler
Order allow,deny
Allow from all
</Location>
<Location /opt/cogadm/c10_2_1_dp/cgi-bin/diag_mod2_2_cognos.so>
SetHandler cognos-handler
Order allow,deny
Allow from all
</Location>
<IfModule mod2_2_cognos.c>
CGIBinDir "/opt/cogadm/c10_2_1_dp/cgi-bin"
</IfModule>
Thanks in Advance
Hari