Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

how to change port apache ubuntu

 sudo nano /etc/apache2/ports.conf
 # change Listen 80 to Listen 8080
 sudo nano /etc/apache2/sites-enabled/000-default.conf
 # change <VirtualHost: *:80> to <VirtualHost: *:8080>
 sudo systemctl restart apache2
Comment

PREVIOUS NEXT
Code Example
Shell :: install mysql server and workbench ubuntu 
Shell :: figma download linux 
Shell :: how to install pip in ubuntu 
Shell :: how to brew install mongodb 
Shell :: create react app typescript tailwind template 
Shell :: snap store ubuntu update 
Shell :: appcenter cli 
Shell :: The file will have its original line endings in your working directory 
Shell :: sound switch ubuntu 
Shell :: choco upgrade all 
Shell :: apt list installed 
Shell :: pycharm ubuntu install 
Shell :: change folder permisson in mac 
Shell :: how to check bluetooth driver version in ubuntu 
Shell :: gzip folder with tar 
Shell :: ubuntu install jre 
Shell :: node-sass: command not found 
Shell :: install sdl2 linux 
Shell :: login to git bash 
Shell :: check cpu temp linux 
Shell :: git change commit message of old commit 
Shell :: upgrade ubuntu 16.04 to 20.04 
Shell :: add kernel to jupyter 
Shell :: gnome disk utility ubuntu 
Shell :: fatal: Not possible to fast-forward, aborting. 
Shell :: docker remove orphans 
Shell :: vim strip trailing whitespace from the end of every line 
Shell :: how to sign into github from terminal 
Shell :: git add all tracked files 
Shell :: how to check if port is open mac 
ADD CONTENT
Topic
Content
Source link
Name
4+4 =