Answers for "how to change the apache port in xampp"

0

how to change the apache port in xampp

open the "httpd.conf" file, This file should be found in C:xamppapacheconf on Windows or in bin/apache in xampp directory for Linux
and replace following lines : 
Listen 80
ServerName localhost:80
if you want to use port 5000 
Listen 5000
ServerName localhost:5000
Posted by: Guest on February-22-2022

Code answers related to "how to change the apache port in xampp"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language