Answers for "apache port 80 issue ubuntu"

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 "apache port 80 issue ubuntu"

Browse Popular Code Answers by Language