Я не могу запустить свой апач

0

Я установил пару Xampp несколько месяцев назад. После установки я изменил свой порт на 7777, и он работает без проблем. Но пару дней назад я загружаю laravel в свой компьютер, и почему-то я не могу запустить свой apache. Он говорит, что используется порт 80

10:57:29 PM  [Apache]   Problem detected!
10:57:29 PM  [Apache]   Port 80 in use by "Unable to open process" with PID 4!
10:57:29 PM  [Apache]   Apache WILL NOT start without the configured ports free!
10:57:29 PM  [Apache]   You need to uninstall/disable/reconfigure the blocking application
10:57:29 PM  [Apache]   or reconfigure Apache and the Control Panel to listen on a different port
10:57:29 PM  [Apache]   Problem detected!
10:57:29 PM  [Apache]   Port 443 in use by ""C:\Program Files (x86)\VMware\VMware Player\vmware-hostd.exe" -u "C:\ProgramData\VMware\hostd\config.xml"" with PID 4252!
10:57:29 PM  [Apache]   Apache WILL NOT start without the configured ports free!
10:57:29 PM  [Apache]   You need to uninstall/disable/reconfigure the blocking application
10:57:29 PM  [Apache]   or reconfigure Apache and the Control Panel to listen on a different port

я изменил порт на httpd.conf, и я попытался остановить службу публикации World Wide Web. У кого-нибудь есть решение для этого?

Теги:
xampp

1 ответ

0

Похоже, вы тоже установили VMware, перешли в Службы и остановите службы VMware. Перезапустите сервер XAMPP.

другой вариант

  1. начать XAMPP
  2. Нажмите "Конфигурация" и выберите "Apache" (httpd.conf)
  3. Найдите "Listen 80" и "ServerName localhost: 80"
  4. Измените его на "Listen 8080" и "ServerName localhost: 8080"
  5. Перезагрузите сервер и нажмите http://localhost: 8080/

Ещё вопросы

Сообщество Overcoder
Наверх
Меню