mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 01:38:07 -04:00
23 lines
810 B
Plaintext
23 lines
810 B
Plaintext
===========================================================================
|
|
$NetBSD: MESSAGE,v 1.2 2009/11/10 14:56:35 brook 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
|
|
<IfModule dir_module>
|
|
DirectoryIndex index.php
|
|
</IfModule>
|
|
</Directory>
|
|
===========================================================================
|