If you are unable to create a new account, please email support@bspsoftware.com

 

Cognos Apache Configuration, Failed to send HTTP request

Started by fry, 19 May 2016 08:19:46 PM

Previous topic - Next topic

fry

Hello

Running Cognos 11 on Linux Suse 12. All is good until I attempted to use Apache 2.4.

When I log in using cognos1.cc.XXXXXX.ca80/ibmcognos/cgi-bin/cognos.cgi I get asked for user name and password and all is well. But after I press ok I get redirected to http://cognos1.cc.xxxxx.ca/bi Object Not Found  Error 404

Although I can access Cognos via appliaction server, wanted the web broswser to work. Log says DPR-DPR-1035 Dispatcher detected an error.
Failed to send HTTP request or read HTTP response. :-[

Cognos.conf
+++++++++++++++
ScriptAlias /ibmcognos/cgi-bin "/opt/cognos/analytics/cgi-bin"

Alias /ibmcognos  "/opt/cognos/analytics/webcontent"

<Directory "/opt/cognos/analytics/webcontent">
Options Indexes MultiViews IncludesNoExec
AddOutputFilter Includes html
AllowOverride None
Require all granted
</Directory>

<Directory "/opt/cognos/analytics/cgi-bin">
AllowOverride None
Options None
Require all granted
</Directory>

prikala

I have not tried runnig CA with Apache but When using CA with IIS, you need to set up a "reverse proxy":
   http://www-01.ibm.com/support/docview.wss?uid=swg21976435&aid=1

I would be surprised if apache didn't require something similar.