Versions Compared

Key

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

...

For this example we'll presume there are four virtual directories set up in IIS on the internal server. All of these point to the tilecache root folder and are named tilecache0, tilecache1, tilecache2 and tilecache3.

Image Added

IIS Configuration on the DMZ server

...

  1. Run IIS
  2. Select the Default Web Site
  3. Select URL rewrite
  4. Select Add Rule
  5. Select Reverse Proxy
    1. Image Added
  6. When prompted enter the IP address of the internal server in the dialog and click OK.
    1. Image Added
  7. The URL Rewrite rule should appear in the rules list. Select it and edit.
    1. Image Added
  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 apply.
  9. Repeat this process for the three other rules using tilecache1, tilecache2 and tilecache3.

...