A
A
Ayk722016-01-31 13:25:16
CentOS
Ayk72, 2016-01-31 13:25:16

How to get to munin?

Good afternoon!
I can't get into /munin/, I get an error:

Forbidden
You don't have permission to access /munin/ on this server.

httpd/munin config:
Alias /munin /var/www/html/munin
<Directory /var/www/html/munin>
Options FollowSymLinks
AllowOverride None
Order allow,deny
Allow from all
</Directory>

<directory /var/www/html/munin>

AuthUserFile /etc/munin/munin-htpasswd
AuthName "Munin"
AuthType Basic
require valid-user
ExpiresActive On
ExpiresDefault M310

</directory>
ScriptAlias /munin-cgi/munin-cgi-graph /var/www/cgi-bin/munin-cgi-graph

Permissions on the /var/www/html/munin folder:
drwxrwxr-x 3 munin munin 4096 Jan 31 04:34 munin
What is the reason and how to get into the panel?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
dim40s, 2017-02-27
@dim40s

hello try this config

Alias /munin /var/www/html/munin
<Directory /var/www/html/munin>
Options FollowSymLinks
DirectoryIndex index.html
AllowOverride None
Order allow,deny
Allow from all
</Directory>

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question