Why port 443 is used by System Process with PID 4 (ntoskrnl.exe) in Windows Server 2012 R2. I need to configure this port using Apache. But it was not possible to do this because it was already used.
Try the following:
Start net stop http- this will stop the http service (and dependent services)
net stop http
The following services are dependent on the HTTP Service service. Stopping the HTTP Service service will also stop these services. SSDP Discovery Print Spooler Routing and Remote Access HomeGroup Provider Function Discovery Resource Publication Function Discovery Provider Host
Try starting the server after that, if the server starts, it means that one of the above services uses port 443
, http.sys, Windows HTTP. -, ( - nginx , -), , , -, HTTP HTTPS-. 1
, , ; , http.sys , , , , - , , ; - , http.sys(, , IIS).
WinRM - Windows (WS-Management) :
net stop winrm
Source: https://habr.com/ru/post/1664637/More articles:How to make colors readable in iPython 5? - ipythonIs there a way to initialize a class with a constructed class without using std :: move? - c ++Binary Heap Data Structure - Application - cHow to continue a for loop after a certain time without using the `try ... catch` method? - javaHow to call fragment function from user adapter - androidinput type file cannot get file name with file type in angularjs - javascriptHow to select all rows from a table? - slickOCaml Array Slice? - arraysHow to change the value and shape value of a cloned field inside a table row? - javascriptParse Dynamic Nested Array in Android Retrofit - javaAll Articles