Update Ubuntu 20.04

Ubuntu Linux 20.04.2
Webmin version 1.973
Virtualmin version 6.15

I updated today and got this ending lines:

Setting up libapr1:amd64 (1.7.0-6+ubuntu20.04.1+deb.sury.org+2) …
Setting up apache2-doc (2.4.46-4+deb.sury.org+1+ubuntu20.04.1+deb.sury.org+5) …
Package apache2 is not configured yet. Will defer actions by package apache2-doc.
Setting up liblua5.3-0:amd64 (5.3.3-1.1ubuntu2) …
Setting up apache2-data (2.4.46-4+deb.sury.org+1+ubuntu20.04.1+deb.sury.org+5) …
Setting up libaprutil1:amd64 (1.6.1-5+ubuntu20.04.1+deb.sury.org+5) …
Setting up libaprutil1-ldap:amd64 (1.6.1-5+ubuntu20.04.1+deb.sury.org+5) …
Setting up libaprutil1-dbd-sqlite3:amd64 (1.6.1-5+ubuntu20.04.1+deb.sury.org+5) …
Setting up apache2-utils (2.4.46-4+deb.sury.org+1+ubuntu20.04.1+deb.sury.org+5) …
Setting up apache2-bin (2.4.46-4+deb.sury.org+1+ubuntu20.04.1+deb.sury.org+5) …
Setting up apache2-suexec-custom (2.4.46-4+deb.sury.org+1+ubuntu20.04.1+deb.sury.org+5) …
Setting up apache2 (2.4.46-4+deb.sury.org+1+ubuntu20.04.1+deb.sury.org+5) …
Installing new version of config file /etc/apache2/mods-available/deflate.conf …
Installing new version of config file /etc/apache2/mods-available/mime.conf …
info: Executing deferred ‘a2enconf apache2-doc’ for package apache2-doc

Never got the finished text that says ok.
I have received this message once before in the last update.
What to do?

You could try a reinstall to see if that fixes the problem (excluding config files).

sudo apt --reinstall install apache2

If that doesn’t work, and you don’t have any custom Apache config files, you could purge the package (including config files), then install it again.

sudo apt remove --purge apache2 && sudo apt install apache2

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.