IIRF ProxyPass被忽略

时间:2010-06-30 21:22:54

标签: iirf

我正在使用IIRF,IIS 6.0,W2k3。

我正在尝试使用ProxyPass,如下所示:

RewriteLog  c:\temp\iirfLog.log
RewriteLogLevel 3
RewriteFilterPriority HIGH
ProxyPass ^/foo/(.*)$ http://www.example.com/$1 [I]

但它永远不会奏效。 IIRF日志显示:

Wed Jun 30 13:19:54 -  6120 - ReadConfig: setting LogLevel to 3
Wed Jun 30 13:19:54 -  6120 - ReadConfig: line 13: RewriteFilterPriority HIGH
Wed Jun 30 13:19:54 -  6120 - ReadConfig: Filter Priority is now: HIGH (0x80000)
Wed Jun 30 13:19:54 -  6120 - ReadConfig: WARNING: line 14: Ignoring line: 'ProxyPass'    

有什么建议吗?

1 个答案:

答案 0 :(得分:1)

我会回答我自己的问题。事实证明我们正在运行一个非常旧版本的IIRF。我更新到最新版本,ProxyPass现在可以使用。