Hi,
I'm setting up a munin server on one of the domains, it's working fine so far, just the cgi-part is giving me issues. I added the following to /etc/apache/imscp:
Code
- /etc/apache2/imscp # cat munin.xxx.conf
- # Custom Apache configuration for munin.xxx
- #
- # Any changes made to this file will be preserved on update.
- # i-MSCP doesn't check the contents of this file.
- #
- # This file should NOT be deleted.
- ScriptAlias /munin-cgi/munin-cgi-graph /usr/lib/munin/cgi/munin-cgi-graph
- <Location /munin-cgi/munin-cgi-graph>
- Require local
- <IfModule mod_fcgid.c>
- SetHandler fcgid-script
- </IfModule>
- <IfModule !mod_fcgid.c>
- SetHandler cgi-script
- </IfModule>
- </Location>
but trying to use it results in:
[Sat Apr 22 13:57:37.365742 2017] [authz_core:error] [pid 15022:tid 139686890694400] [client {IP}] AH01630: client denied by server configuration: /usr/lib/munin/cgi/munin-cgi-graph, referer: https://munin.xxx.de/static/dynazoom.html?plugin_name=[...]
Any Idea what I would need to change?
thanks!