2017-10-13 16:44:02 +02:00
|
|
|
#
|
|
|
|
# Ganglia monitoring system php web frontend
|
|
|
|
#
|
2018-04-16 23:27:18 +02:00
|
|
|
# Make sure to enable PHP. Depending on the version used.
|
|
|
|
# For php5 execute "a2enmod php5",
|
|
|
|
# for php7 execute "a2enmod php7".
|
2017-10-13 16:44:02 +02:00
|
|
|
Alias /ganglia WEBPATH
|
|
|
|
|
|
|
|
<Location /ganglia>
|
|
|
|
Require all granted
|
|
|
|
# Require host example.org
|
|
|
|
</Location>
|