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.
On 13/08/22 14:11, Robert Fisher wrote:
I didn't even think about apache status but that was a big clue.
It has failed to load and it points to me needing to make changes due
to php being upraded too (to PHP 8.1.2)
I will try to figure it out but if you can give me any hints it might
be helpful.
Thanks, Rob
On 13/08/22 13:56, [email protected] wrote:
sudo systemctl status apache2
_______________________________________________
Linux-users mailing list
[email protected]
http://lists.canterbury.ac.nz/mailman/listinfo/linux-users