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'
助言がありますか?