saving . . . saved Error in installation of Moodle has been deleted. Error in installation of Moodle has been hidden .
Error in installation of Moodle
Title
Question
I tried installation of Moodle on windows 10 but i am getting such kind of error

  XAMPP now starts as a console application.

Instead of pressing Control-C in this console window, please use xampp_stop.exe
to stop XAMPP, because it lets XAMPP end any current transactions and cleanup
gracefully.

2020-04-29 11:34:52 2956 [Note] mysql\bin\mysqld.exe (mysqld 10.1.16-MariaDB) starting as process 16780 ...
(OS 10048)Only one usage of each socket address (protocol/network address/port) is normally permitted.  : AH00072: make_sock: could not bind to address [::]:80
(OS 10048)Only one usage of each socket address (protocol/network address/port) is normally permitted.  : AH00072: make_sock: could not bind to address 0.0.0.0:80
AH00451: no listening sockets available, shutting down
AH00015: Unable to open logs

Please let me know how can i resolve this error?


Moodle-Learning-Management-System Installing-Moodle-on-Local-Server 14-15 min 40-50 sec 29-04-20, 11:41 a.m. nehagharat10@gmail.com

Answers:

Some helpful posts:

Src1: https://stackoverflow.com/questions/51828763/os-10048only-one-usage-of-each-socket-address-protocol-network-address-port
Answer:
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.

Src2: https://stackoverflow.com/questions/3482616/apache-installation-on-windows-7
Answer:
This error usually means that some other program is listening on the HTTP port (80).
From a command prompt, (cmd.exe) run the command:
netstat -an
The important thing being TCP and 80. If you find something, you'll need to track it down using something like TcpView (https://docs.microsoft.com/en-gb/sysinternals/downloads/tcpview).

Src3: https://stackoverflow.com/questions/54325802/error-while-clicking-on-start-moodle-exe
Answer: 
I changed port 443 to 444 in the file server/apache/conf/extra/httpd-ssl.conf and it starts working fine.

Src4: https://stackoverflow.com/questions/31298334/apache-server-noob-no-listening-sockets-available
29-04-20, 8:37 p.m. kashmira.n


Log-in to answer to this question.