📅  最后修改于: 2022-03-11 15:00:14.253000             🧑  作者: Mango
Confirm if some other process is already listening to Port 80.
netstat -aon | findstr :80
Since it is windows server there are chances to have IIS running by default.
You will have to stop the website binded with port 80 from IIS Manager and then
run httpd.exe again.