in der Datei /etc/apache2/sites-enabled/i-doit.conf
muss folgendes stehen, sonst erkennt i-doit nicht die richtige Version
das war bei mir so beim Update von PHP7.4 auf 8.0

<FilesMatch ".php$">
<If "-f %{REQUEST_FILENAME}">
SetHandler "proxy:unix:/var/run/php/php8.0-fpm.sock|fcgi://localhost"
</If>
</FilesMatch>