Horje
how to change the apache port in xampp Code Example
how to change the apache port in xampp
open the "httpd.conf" file, This file should be found in C:\xampp\apache\conf 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




Shell

Related
gradle init scala Code Example gradle init scala Code Example
bash run until success or timeout Code Example bash run until success or timeout Code Example
Powershell TLS Code Example Powershell TLS Code Example
python zlib Code Example python zlib Code Example
lumen Code Example lumen Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
8