Munin in Deb 11: problems with 403 forbidden

Discussion in 'HOWTO-Related Questions' started by schwim, Mar 14, 2023.

  1. Alex Mamatuik

    Alex Mamatuik Member

    What is the "csp" directives?

    The .htaccess can be added to the directory /usr/local/ispconfig/interface/web
    and even to every directory, which is available initially for access
    (according to my knowledge of .htaccess matter)

    (for Munin) your directory suddenly was: /var/cache/munin/www
    By the way, we can send
    Header always set X-Frame-Options "SAMEORIGIN"
    to .htaccess this way:
    Code:
    <IfModule mod_headers.c>
    Header always set X-Frame-Options "SAMEORIGIN"
    </IfModule>
     
  2. Alex Mamatuik

    Alex Mamatuik Member

    Ohh! Master, you have returned!
    We missed you!;)
     
  3. till

    till Super Moderator Staff Member ISPConfig Developer

    So, replying to my own post. It is probably monit and not munin that has its own http server. I always mix these two up *lol*
     
  4. Alex Mamatuik

    Alex Mamatuik Member

    ahrasis likes this.
  5. ahrasis

    ahrasis Well-Known Member HowtoForge Supporter

Share This Page