我正在使用 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'
有什么建议么?