Today help a friend to get an Apache environment, met the requested operation has failed error.
The following error is reported after starting with the command line:
D:\apache24\bin>httpd-k start
(OS 10048) is typically used only once per socket address (Protocol/network address/port). : Ah00072:mak
E_sock:could not bind to address [::]:443
(OS 10048) is typically used only once per socket address (Protocol/network address/port). : Ah00072:mak
E_sock:could not bind to address 0.0.0.0:443
Ah00451:no listening sockets available, shutting down
Ah00015:unable to open logs
Discovery Port 443 is occupied, port 443 should be HTTPS.
So I checked the discovery that VMware was taking up
Don't want to move the VM, so just go to the Apache24\conf\extra directory to find the httpd-ssl.conf file, Notepad open, find "Listen 443", changed to 442.
Launch Apache.
Ok.