How to Change Port 80 and Port 443 in XAMPP Server | XAMPP Server Setup

Описание к видео How to Change Port 80 and Port 443 in XAMPP Server | XAMPP Server Setup

How to Change Port 80 and Port 443 in XAMPP Server in Windows 10 :
Change apache port 80 and SSL port 443
https://ipcorenetworks.blogspot.com/2...



Step1:
This is my Apache httpd.conf settings :
Open the XAMPP Control Panel
Click the ‘Config’ button next to the Apache module and select the ‘Apache' httpd.conf

Find the 80 digits and change them all 80 to 8080
Listen 8080

ServerName localhost:8080


Step2:

Open the XAMPP Control Panel
Click the ‘Config’ button next to the Apache module and select the ‘Apache (httpd-ssl.conf)‘ option
A text edit box will pop up with the contents of httpd-ssl.conf
Find the line with Listen 443
Change 443 to some other open port – like 4430
Do a search/replace in the file for all the references to 443 and change them to 4430 (should be like 3-4 of them)
save and exit the editor
Start Apache
#installxampp #apache #XAMPP #windows10

Комментарии

Информация по комментариям в разработке