summaryrefslogtreecommitdiff
path: root/www/ganglia-webfrontend/MESSAGE
blob: a7cb42021b85e347d91248b79e70302c1017451a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
===========================================================================
$NetBSD: MESSAGE,v 1.1.1.1 2005/02/07 14:39:28 jschauma Exp $

The Ganglia Web Frontend has been installed in the directory
${PREFIX}/share/httpd/htdocs/ganglia

You must add appropriate configuration directives to your
apache configuration file (${PKG_SYSCONFDIR}/httpd/httpd.conf).
A typical configuration would be:

    Alias /ganglia/ "${PREFIX}/share/httpd/htdocs/ganglia/"

    <Directory "${PREFIX}/share/httpd/htdocs/ganglia/">
        Options Indexes FollowSymlinks MultiViews
        AllowOverride None
        Order allow,deny
        Allow from all
    </Directory>
===========================================================================