Ошибка при нажатии «Запустить Moodle.exe» - PullRequest
0 голосов
/ 23 января 2019

Moodle работает на моей машине без каких-либо ошибок, но сегодня, когда я открыл его, нажав «Запустить Moodle.exe», я получил следующую ошибку.Может ли кто-нибудь помочь мне, почему я получаю это?Я разрабатываю инструмент LTI для Moodle.

 ########################################################################
  # 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

1 Ответ

0 голосов
/ 23 января 2019

Я изменил порт 443 на 444 в файловом сервере / apache / conf / extra / httpd-ssl.conf, и он начинает работать нормально.

...