Configure custom port on xamppbasic
Port HTTP 80:
File: {xampp_dir}\apache\conf\httpd.conf
Line: 54
.
.
#Listen 12.34.56.78:80
Listen 80 #change to whatever you like
.
.
===========================================================================
Port HTTPS 443:
File: {xampp_dir}\apache\conf\extra\httpd-ssl.conf
Line:37
.
.
Listen 443 #change to whatever you like
.
.
--digsource
File: {xampp_dir}\apache\conf\httpd.conf
Line: 54
.
.
#Listen 12.34.56.78:80
Listen 80 #change to whatever you like
.
.
===========================================================================
Port HTTPS 443:
File: {xampp_dir}\apache\conf\extra\httpd-ssl.conf
Line:37
.
.
Listen 443 #change to whatever you like
.
.
--digsource
0 Comments:
Post a Comment
<< Home