Cognos使用Apache Web Server的配置方法

来源:互联网 发布:淘宝有没有梵楉伯勰湍 编辑:程序博客网 时间:2024/06/03 12:11

采用Apache的,配置http.conf
1
)设置documentRoot "D:/Program Files/Cognos/cer3/webcontent"
2
)设置别名cognos
ScriptAlias /cognos8/cgi-bin "d:/cognos/c8/cgi-bin"

<Directory "d:/cognos/c8/cgi-bin">

Options FollowSymLinks

AllowOverride FileInfo

Order Allow,Deny

Allow from All

</Directory>

 

Alias /cognos8"d:/cognos/c8/webcontent"

<Directory "d:/cognos/c8/webcontent">

Options FollowSymLinks

AllowOverride FileInfo

Order Allow,Deny

Allow from All

</Directory>