[mythtvnz] Problem with Port 80 after Ubuntu Server upgrade
Robert Fisher
robert at fisher.net.nz
Sat Aug 13 03:40:31 BST 2022
All sorted now. PHP was the problem with Apache not starting.
This is what I did to fix it:-
cd /etc/apache2/mods-enabled
sudo rm php7.4.conf php7.4.load
sudo ln -s /etc/apache2/mods-available/php8.1.load php8.1.load
sudo ln -s /etc/apache2/mods-available/php8.1.conf php8.1.conf
sudo systemctl restart apache2
Then
sudo systemctl status apache2
sudo netstat -tulpn | grep LISTEN
Thanks for the tips.
More information about the mythtvnz
mailing list