Saturday, November 7, 2015

httpd.conf for Cognos

Just add the following lines to httpd.conf:


ScriptAlias /ibmcognos/cgi-bin "/apps/ibm/cognos/c10_64/cgi-bin"

Order allow,deny
Allow from all


Alias /ibmcognos "/apps/ibm/cognos/c10_64/webcontent"

Order allow,deny
Allow from all

1 comment:


  1. ScriptAlias /ibmcognos/cgi-bin "/apps/ibm/cognos/c10_64/cgi-bin"

    Order allow,deny
    Allow from all


    Alias /ibmcognos "/apps/ibm/cognos/c10_64/webcontent"

    Order allow,deny
    Allow from all


    ReplyDelete