Answers for "port 80 already in use ubuntu"

0

port 8080 already in use

netstat -ano | findstr 8080
Posted by: Guest on May-12-2020
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 "Shell/Bash"

Browse Popular Code Answers by Language