Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
ISAPI DLL deployment files needed
#4
Hi Bob. In IW15 you can configure it like in IIS. Look in ServerController -> HttpSysOptions and set:

Code:
AddDefaultBind := False;
HostWildcard := hwWeak;
VirtualHostName := 'subdomain1.domain.com; subdomain2.domain.com; subdomain3.domain.com';

Leave it on Port := 80;

To test your application are listening on that VirtualHostName you provided, open powershell (on windows) and execute:
Code:
>netsh [enter]
netsh>http show servicestate [enter]

It's show you a list off all your bindings/VirtualHostNames. Search for you IWhttp.sys list, listening on SAME port IIS (80 / 443).
Reply


Messages In This Thread
ISAPI DLL deployment files needed - by bob9999 - 12-07-2018, 06:16 PM
RE: ISAPI DLL deployment files needed - by Jose Nilton Pace - 12-08-2018, 12:44 PM
RE: ISAPI DLL deployment files needed - by joel - 12-15-2018, 01:58 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)