Apache показывает ошибку при запуске в xampp - PullRequest
0 голосов
/ 14 февраля 2019

Я недавно установил xampp сервер версии 7.3.1.Когда я пытался запустить mysql и apache.Сервер sql запустился правильно, но Apache не запустился, и он показал следующее сообщение об ошибке

11:05:42 AM  [Apache]   Problem detected!
11:05:42 AM  [Apache]   Port 80 in use by "Unable to open process" with PID 4!
11:05:42 AM  [Apache]   Apache WILL NOT start without the configured ports free!
11:05:42 AM  [Apache]   You need to uninstall/disable/reconfigure the blocking application
11:05:42 AM  [Apache]   or reconfigure Apache and the Control Panel to listen on a different port
11:05:42 AM  [Apache]   Attempting to start Apache app...
11:05:42 AM  [Apache]   Status change detected: running
11:05:48 AM  [Apache]   Status change detected: stopped
11:05:48 AM  [Apache]   Error: Apache shutdown unexpectedly.
11:05:48 AM  [Apache]   This may be due to a blocked port, missing dependencies, 
11:05:48 AM  [Apache]   improper privileges, a crash, or a shutdown by another method.
11:05:48 AM  [Apache]   Press the Logs button to view error logs and check
11:05:48 AM  [Apache]   the Windows Event Viewer for more clues
11:05:48 AM  [Apache]   If you need more help, copy and post this
11:05:48 AM  [Apache]   entire log window on the forums

Затем позже я его погуглил и обнаружил, что нам нужно изменить номер порта 80 на любой номер.Таким образом, я сделал изменения с 80 до 81 и перезапустил сервер снова, он показывает ту же ошибку.

Я сделал изменения порта, как показано ниже

#Listen 12.34.56.78:81 #changed 80 to 81
Listen 81 #changed 80 to 81

ServerName localhost:81 #changed 80 to 81

image Есть ли решение для этого

1 Ответ

0 голосов
/ 14 февраля 2019

Попробуйте запустить apache_start.bat, чтобы увидеть, действительно ли проблема в порте.

...