freebsd-ports/sysutils/ganglia-webfrontend/files/pkg-message.in
Brooks Davis 343cc64bbe - Upgrade to ganglia 3.0.4
PR:             ports/115363
Submitted by:   Michael Fuckner <michael at fuckner dot net>
2007-08-24 01:25:39 +00:00

18 lines
591 B
Text

****************************************************************
The Ganglia Web Frontend has been installed in the directory
%%PREFIX%%/%%WEBFRONTDIR%%.
You must add appropriate configuration directives to your
web server configuration file. A typical apache configuration
would be:
Alias /ganglia/ "%%PREFIX%%/%%WEBFRONTDIR%%/"
<Directory "%%PREFIX%%/%%WEBFRONTDIR%%">
Options Indexes FollowSymlinks MultiViews
AllowOverride None
Order allow,deny
Allow from all
</Directory>
****************************************************************