Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

how to change port for xampp

open the "httpd.conf" file

replace


Listen 80
ServerName localhost:80
Listen your port
ServerName localhost:your port
Comment

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
Comment

how to change apache port in xampp

Edit /bin/apache/httpd.conf

Listen YourPort
ServerName localhost:YourPort
Comment

PREVIOUS NEXT
Code Example
Shell :: url_launcher 
Shell :: poetry delete environment 
Shell :: unittest run specific test 
Shell :: get diff stash 
Shell :: how to copy a file in ubuntu 
Shell :: command used to install django cms 
Shell :: copy files from windows to wsl2 ubuntu 
Shell :: install gtk python 
Shell :: how to connect my ubuntu server to ssh 
Shell :: pyinstaller dmg on mac 
Shell :: how to ssh to another computer 
Shell :: uninstall R 
Shell :: how to kill recycling process linux 
Shell :: Building without Cython. Error: Please make sure the libxml2 and libxslt development packages are installed. 
Shell :: kubectl jq json pod name jsonpath 
Shell :: vpn server setup 
Shell :: r_dwssap.sh 
Shell :: gchange default from dash to bash 
Shell :: upgrade armbian 
Shell :: colcon select package 
Shell :: what is guthub 
Shell :: install puppeteer linux 18.04 
Shell :: take screenshot linux 
Shell :: how to install from a Linux terminal 
Shell :: install composer per project in multiple php version 
Shell :: install telepresence in mac 
Shell :: emulator android 
Shell :: install imutils ubuntu 
Shell :: git stash pop resolve conflict 
Shell :: disbale knopwob dunst 
ADD CONTENT
Topic
Content
Source link
Name
2+2 =