[Tool installation and use] [Apache] debugging notes --- socket port occupation problem

Apache version: Apache 2.4.33 x64

Phenomenon:

Install apache server on Windows10, prompt

(OS 10048)通常每个套接字地址(协议/网络地址/端口)只允许使用一次。

write picture description here


reason:

Port 443 is occupied by other applications

Confirm whether the port is occupied:
use netstat to view
write picture description here

Port 443 is occupied by process 6016

write picture description here


Solution:

Method 1:
Close the corresponding process

Method 2:
Modify the port number corresponding to C:\Apache24\conf\extra\httpd-ssl and
change Listen 443 to another unused port number such as 444.


refer to:

443 port occupancy solution when apache2.4 starts

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=325987338&siteId=291194637