How to enable Google Chrome Frame plug-in for Windchill 10.0 M020

标题 说明 适用于 原因 解决方案
How to enable Google Chrome Frame plug-in for Windchill 10.0 M020
How to enable Google Chrome Frame plug-in for Windchill 10.0
Windchill PDMLink 10.0 F000 - M030
Windchill ProjectLink 10.0 F000 - M030
  • In Apache\conf directory modify httpd.conf with the following
    • To enable Apache to modify the headers being sent to the client, uncomment the LoadModule directive for headers_module (i.e. uncomment LoadModule headers_module modules/mod_headers.so). 
    • Add the following to the bottom of httpd.conf (before "Include conf/extra/additions.conf" to be safe):
<IfModule headers_module>
Header add X-UA-Compatible "chrome=1"
</IfModule> 
 
  • Starting from Windchill 10.0 M040 support for Chrome plug-in will be enabled out of the box

猜你喜欢

转载自felixli.iteye.com/blog/1491287
今日推荐