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 :: linux reset date on file 
Shell :: search a keyword in python documents in linux 
Shell :: screen set env variables 
Shell :: user alternative php version in cpanel ssh 
Shell :: bash execute last command by keyword 
Shell :: jq yq for html 
Shell :: git roll back to a point 
Shell :: How to create a file with a given size full of random characters in Linux? 
Shell :: set mdp user ubuntu 
Shell :: ubuntu 20.04 command line maky copy of folder 
Shell :: is unix an open source operating system 
Shell :: sshkeygen validate keys 
Shell :: only migarte one table 
Shell :: How to install ctlptl 
Shell :: copy scp from Windows to Ubuntu with credentials 
Shell :: linux find multiple directories 
Shell :: bash loop local variable 
Shell :: rh-python36 version check command line 
Shell :: wp plugin install through code-part 2 
Shell :: how to take a screenshot on ubuntu 
Shell :: check folder exist else create linux 
Shell :: Collaborators access SSH new project Github 
Shell :: ubuntu startup takes longer after swap file changed 
Shell :: set nat in mikrotik 
Shell :: install avogadro on ubuntu 
Shell :: hora terminal 
Shell :: gradle dolast 
Shell :: nextjs cli node options 
Shell :: open simulation interface 
Shell :: remove watermark in video in filmora 
ADD CONTENT
Topic
Content
Source link
Name
4+8 =