Windows Multipoint takes port 80

257 Views Asked by At

In a Windows Server 2016 Standard, I had to install Multipont to add licenses

But Multipoint takes the port 80

With the following command

netsh http show servicestate

you can see

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/

How can I change the port number?

0

There are 0 best solutions below