Город МОСКОВСКИЙ
00:03:56

Error Apache shutdown unexpectedly This may be due to a blocked port, missing dependencies

Аватар
Разработка PHP API
Просмотры:
53
Дата загрузки:
30.11.2023 19:24
Длительность:
00:03:56
Категория:
Обучение

Описание

Error Apache shutdown unexpectedly This may be due to a blocked port, missing dependencies How do you fix this may be due to a blocked port missing dependencies xampp/mysql port blocked How to fix Apache Shutdown unexpectedly in Xampp Error Apache shutdown unexpectedly. This may be due to a blocked port, missing dependencies

Steps:
step 1: select the Apache (httpd.conf).
find: Listen 80
Change it Listen 8080
Step 2: Change
ServerName localhost:80 to 8080
Step3: open httpd-ssl.conf
Listen 443 to Change 4433
Step 4: Find
VirtualHost _default_:443
ServerName localhost:443
Change
VirtualHost _default_:4433
ServerName localhost:4433

Рекомендуемые видео