Does neither belong to D-update nor to drupal at all (I am afraid), so sorry, if wrong forum. However:
I updated php to version 8.1 and switched from mod-php to php-fpm (listening on localhost:9000) on my debian bullseye installation. Everything worked smoothly and though my Drupal installation works as expected in general apache is now blocking access to ../admin/reports/status:
client denied by server configuration: /var/www/city_eu/en, referer: .../en/admin/reports
:(. I have absolutely no clue where to look, so TIA for any hint.
I'm increasingly running into the problem where modules just won't update. I use composer so I use a command like "composer require 'drupal/slick:^2.7'". Composer appears to upgrade the module. I update the database and flush the cache. When I go back into Drupal (9, BTW) and re-run the update, it shows that I haven't updated several modules. If I try to do a composer require again, it says there's nothing to install or update. Right now I can't get slick, external links, fullcalendar view, slick carousel, or devel to update. Is it something I'm doing wrong? How can I fix this?