Answers for "ubuntu what is running on port 8080"

9

ubuntu run in port 80

sudo ln -s /etc/phpmyadmin/apache.conf /etc/apache2/conf-available/phpmyadmin.conf
sudo a2enconf phpmyadmin
sudo service apache2 restart
Posted by: Guest on June-14-2020

Code answers related to "ubuntu what is running on port 8080"

Browse Popular Code Answers by Language