`

iis6配置iisproxy.dll的注意事项(和iis5有很大区别)

阅读更多

 

以下是网上找的正确的配置方式(iis6的),iis5的等有时间了再总结

Reverse Proxy - Weblogic 8.1 <==> IIS 6

Reply from Jim on 9/14/2007 8:00 AM | <!-- AddThis Button BEGIN -->Share <script src="http://s7.addthis.com/js/250/addthis_widget.js#username=ittoolbox" type="text/javascript"></script><script type="text/javascript"></script><!-- AddThis Button END -->
Mark this reply as helpful member
votes
Make sure you have done this.

Solution 201023981 - E-WS: IIS 6.0 not forwarding requests to Weblogic 8.1

Specific to:

IIS 6.0
Weblogic 8.1

Issue:

Trying to set up IIS 6.0 as a reverse proxy to Weblogic 8.1 . Followed the PeopleBooks setup instructions and still can't redirect to the PeopleSoft signon page(signon.html) or any other.

IIS is listening on a port other than 80. WLS port is 80.

Solution:

Please follow this additional steps (not required for IIS 5.0):

1) Do not install the iisforward.dll as an ISAPI filter.

2) Home Directory->Configuration: add .wlforward as and extension with yourpath\iisproxy.dll as the executable path.

3) Add yourpath\iisproxy.dll as a wildcard application map.
Add yourpath\iisforward.dll as a wildcard application.

Note: iisproxy.dll must be listed before iisforward.dll

4) ALWAYS uncheck "Verify that file exists".

5) Add the following files as new web service extensions:

iisforward.dll
iisproxy.dll
Related White Papers and Webcasts
另外,iis6配置多个网站的时候需要换回iis5的运行方式
 Thanks but the solution was posted in a newsgroup from Microsoft. 这里是你的参考: Here it is for your reference:

出于兼容性,IIS6介绍另一个进程模式“IIS 5.0隔离 For compatibility, IIS6 introduces another process mode "IIS 5.0 isolation
模式“。这种模式提供了具体取决于应用程序 mode". This mode is provided for applications that depend on specific
功能和行为的IIS 5.1或更早。 features and behaviors of IIS 5.1 or earlier. 为了您的情况下,你会 For your scenario, you will
需要切换的ASP应用程序,以IIS5隔离模式。 need to switch to IIS5 isolation mode for the asp application. 我名单上的 I list the
步骤你: steps for you:
1。 1. 在IIS管理器中,展开本地计算机,右键单击Web站点, In IIS Manager, expand the local computer, right-click Web Sites, and
然后单击属性。 then click Properties.
2。 2. 单击服务选项卡,选中在IIS 5.0隔离运行WWW服务 Click the Service tab, select the Run WWW service in IIS 5.0 isolation
模式复选框,然后单击确定。 mode check box, and then click OK.
3。 3. 要启动WWW服务,单击是。 To start the WWW service, click Yes.

之后,在“主目录”的ASP网站属性窗口的标签, After that, in "Home directory" tab of the asp web site properties window,
您可以设置应用程序保护列表中的“低方案”的盒子 you can set the "low option" in the Application Protection list box which
将使ASP Web应用程序在同一进程中运行的IIS。 will make the asp web application run in the same process of IIS.

------------- -------------

再次感谢您的帮助。 Thanks again for your help. 希望大家能在未来提及这一点。 Hopefully everyone will be able to refer to this in the future.

标志 Mark
http://www.sagecomputerser http://www.sagecomputerser vices.com vices.com
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics