Windows Multipoint использует порт 80 - PullRequest
0 голосов
/ 11 сентября 2018

В стандарте Windows Server 2016, Мне пришлось установить Multipont, чтобы добавить лицензии

Но Multipoint берет порт 80

С помощью следующей команды

netsh http show servicestate

вы можете увидеть

Server session ID: FF00000520000001
Version: 2.0
State: Active
Properties:
    Max bandwidth: 4294967295
    Timeouts:
        Entity body timeout (secs): 120
        Drain entity body timeout (secs): 120
        Request queue timeout (secs): 120
        Idle connection timeout (secs): 120
        Header wait timeout (secs): 120
        Minimum send rate (bytes/sec): 150
URL groups:
URL group ID: FE00000540000001
    State: Active
    Request queue name: Request queue is unnamed.
    Properties:
        Max bandwidth: inherited
        Max connections: inherited
        Timeouts:
            Timeout values inherited
        Number of registered URLs: 1
        Registered URLs:
            HTTP://+:80/MULTIPOINT/IMULTIPOINTCERTIFICATEREQUEST/

Как мне изменить номер порта?

...