Is apache actually running?

20.04 to 22.04 in-place upgrades are about 50% successful from what I've seen so far on a fairly large sample set..

Particularly if the server was originally 18.04 or 16.04... Lots of config changes in things like apache since 16/18 and if you've been rolling the config forward it might be broken.

sudo systemctl status apache2

Or check the logs.. /var/log/syslog and /var/log/apache/*.log

FYI, netstat is deprecated and not there by default on a clean install of 22.04, ss is your friend now.

- Chris H.

On 2022-08-13 12:52, Robert Fisher wrote:
I just updated my Ubuntu Server from 20.04 to 22.04.1 LTS and it
seemed to go quite well but I now cannot seem to access the Apache
server on port 80.

I have checked the following:-

- I can access Transmission on port 9091

- I can access EMBY on port 8096

- sudo netstat -tulpn | grep LISTEN seems to show that Port 80 is not
open

- sudo ufw status verbose shows that ufw is inactive

- etc/apache2/ports.conf shows Listen 80 (the same as the old backed
up version)

Any suggestions?

Rob
_______________________________________________
Linux-users mailing list
[email protected]
http://lists.canterbury.ac.nz/mailman/listinfo/linux-users
_______________________________________________
Linux-users mailing list
[email protected]
http://lists.canterbury.ac.nz/mailman/listinfo/linux-users

Reply via email to