Skip to content

Instantly share code, notes, and snippets.

@GuyPaddock
Created November 16, 2018 20:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save GuyPaddock/0d5f2fee4d4e54eeceb21beb9882c2db to your computer and use it in GitHub Desktop.
Save GuyPaddock/0d5f2fee4d4e54eeceb21beb9882c2db to your computer and use it in GitHub Desktop.
WIP: Installing FileMaker Server 17 on Windows Server Essentials 2016

Two services conflict with FileMaker Server 17 on ports 80 and 443:

  • IIS Web Site for Windows Server Essentials Connect (i.e. http://YOURSERVER/connect and https://YOURSERVER/remote) is bound on *:80 and *:443.
  • BranchCache (part of Windows Server) is bound on *:80 (and somehow is able to share that port with IIS).

Need to:

  • Move Windows Server Essentials to a different set of ports (temporarily), via IIS Admin Console.
  • Stop BranchCache (temporarily)

The goal is to trick the FileMaker Server installer into proceeding with install, so we can then tweak the IIS config AFTER install.

@GuyPaddock
Copy link
Author

2018-11-16 - port 80 and 443 conflicts

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment