今更だけどubuntu 22.04→24.04→26.04アップデート(1) 24.04でapache2が起動しない
今更だけどubuntu 22.04→24.04アップデート、webサーバーが止まった。想定の範囲ではあるが。時間があるときにちゃんとしないと、まあこうなりますよね。 24.04→から26.04は結構大きな変更があるとの話ではあったが、24.04へのアップグレードはなめていた。 取りあえず、チェックか。 $ sudo systemctl restart apache2 [sudo] password for localadmin: Job for apache2.service failed because the control process exited with error code. See "systemctl status apache2.service" and "journalctl -xeu apache2.service" for details. ってでる。systemctl status apache2.serviceの結果が以下。 $ sudo systemctl status apache2.service × apache2.service - The Apache HTTP Server Loaded: loaded (/usr/lib/systemd/system/apache2.service; enabled; preset: enabled) Active: failed (Result: exit-code) since Mon 2026-07-06 14:55:39 JST; 1min 16s ago Docs: https://httpd.apache.org/docs/2.4/ Process: 18366 ExecStart=/usr/sbin/apachectl start (code=exited, status=1/FAILURE) CPU: 4ms Jul 06 14:55:39 ssizz3 systemd[1]: Starting apache2.service - T...