单击 "Start Moodle.exe" 时出错

Error while clicking on "Start Moodle.exe"

Moodle 在我的机器上 运行 没有任何错误,但今天当我按 "Start Moodle.exe" 打开它时,我收到以下错误。谁能帮我为什么我会得到这个?我一直在为 Moodle 开发 LTI 工具。

 ########################################################################
  # ApacheFriends XAMPP setup win32 Version                              #
  #----------------------------------------------------------------------#
  # Copyright (c) 2002-2019 Apachefriends ?.?.?                          #
  #----------------------------------------------------------------------#
  # Authors: Kay Vogelgesang <kvo@apachefriends.org>                     #
  #          Carsten Wiedmann <webmaster@wiedmann-online.de>             #
  ########################################################################



 Sorry, but ... nothing to do!



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.

2019-01-23 11:51:23 6924 [Note] mysql\bin\mysqld.exe (mysqld 10.1.28-MariaDB) starting as process 8112 ...
(OS 10048)Only one usage of each socket address (protocol/network address/port) is normally permitted.  : AH00072: make_sock: could not bind to address [::]:443
(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:443
AH00451: no listening sockets available, shutting down
AH00015: Unable to open logs

我在文件 server/apache/conf/extra/httpd-ssl.conf 中将端口 443 更改为 444,它开始正常工作。