Horje
how to change port apache ubuntu Code Example
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
Source: ubiq.co




Shell

Related
restart wpa raspberrypi Code Example restart wpa raspberrypi Code Example
restart network raspberry pi Code Example restart network raspberry pi Code Example
uninstall qgis ubuntu 20.04 Code Example uninstall qgis ubuntu 20.04 Code Example
git add new files to existing repository Code Example git add new files to existing repository Code Example
how to check running services in linux Code Example how to check running services in linux Code Example

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