インストールおよびアップグレード > Installation and Configuration Guide > PTC ソリューションインストーラの使用 > Windchill ソリューションのインストール > オプション製品の設定 > Windchill Business Reporting > Windchill Business Reporting のポストインストール手順 > 別個の PTC HTTP Server のリバースプロキシ設定 > Windchill の設定
  
Windchill の設定
Windchill ソリューションの次の箇所に変更を加える必要があります。
wt.properties ファイル
wt.properties を次のように修正して、Windchill Business Reporting がインストールされているマシンのアドレスを信頼されているホストとして追加します。
wt.auth.trustedHosts=<マシン_IP_アドレス> <サーバーホスト>
ここで、<マシン_IP_アドレス><サーバーホスト> は、Windchill Business Reporting がインストールされているマシンのアドレスです。分散インストールの場合は、Windchill Business Reporting のホストコンポーネントがインストールされているマシンになります。
HTTPSERVER_HOME/conf/conf.d で、ファイル cognosreverseproxy.conf を次のコンテンツで作成します。
<IfModule !proxy_http_module>
LoadModule proxy_http_module modules/mod_proxy_http.so
</IfModule>
ProxyPass /Cognos <cognos_url>
ProxyPassReverse /Cognos <cognos_url
ここで、<cognos_URL> は、Windchill Business Reporting のホストコンポーネントがインストールされているマシンの完全修飾 URL です。たとえば、次のようになります。
http://server1.mycompany.com/Cognos
PTC HTTP Serveradditions.conf