NagVis Werk #14283 still not fixed in 2.1.0p8?

CMK version: 2.1.0p8

Error message: HTTP 403 forbidden for gadgets

Hallo,
nach dem Update von 2.0.0p21 auf 2.1.0p8 haben wir das Problem aus Werk [#14283] (NagVis: Fix broken gadgets in Checkmk 2.1) noch immer.
Was können wir hier tun?

Danke vorab!

First you can check if the new Apache conf for NagVis is used in your system.
The link shows the changed file

Thanks for your reply, the changed content is already present in the current apache.cfg in ~/etc/nagvis
Any more ideas?

I had to edit the ~/etc/nagiv/apache.conf adding an Options +ExecCGI at line 15

# Handle locally installed files via the internal URI /«site»/nagvis/local
# These files are stored below local/share/nagvis/htdocs
<Directory ~ "/omd/sites/«site»/(share/nagvis/htdocs|tmp/nagvis/share|local/share/nagvis/htdocs)">
  Options +ExecCGI
  Options FollowSymLinks
  AllowOverride None
</Directory>

This is due to gadgets lie in ~/local/share/nagvis/htdocs/userfiles/gadgets while the update from the werk only extends options of ~/nagvis/userfiles/gadgets (neither local/share nor htdocs there).

that finally did the trick, thanks @klaus.scholl ! :v: