Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Run IIS
  2. Select the Default Web Site
  3. Select URL rewrite
  4. Select Add Rule
  5. Select Reverse Proxy
  6. When prompted enter the IP address of the internal server in the dialog and click OK.
  7. The URL Rewrite rule should appear in the rules list. Select it and edit.
  8. Edit the pattern so that it reads tilecache0/(.*) and the action URL reads http://x.x.x.x/tilecache0/{R:1}. Click ok and applyApply.
  9. Repeat this process for the three other rules using tilecache1, tilecache2 and tilecache3.

...