- Fix comment in config file to cover both php5 and php7.

OBS-URL: https://build.opensuse.org/package/show/network:cluster/ganglia-web?expand=0&rev=13
This commit is contained in:
Egbert Eich 2018-04-16 21:27:18 +00:00 committed by Git OBS Bridge
parent 6e9af47e88
commit ca8d73dd52
2 changed files with 8 additions and 1 deletions

View File

@ -1,7 +1,9 @@
#
# Ganglia monitoring system php web frontend
#
# Make sure to enable php7 via "a2enmod php7"
# Make sure to enable PHP. Depending on the version used.
# For php5 execute "a2enmod php5",
# for php7 execute "a2enmod php7".
Alias /ganglia WEBPATH
<Location /ganglia>

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Apr 16 21:24:26 UTC 2018 - eich@suse.com
- Fix comment in config file to cover both php5 and php7.
-------------------------------------------------------------------
Tue Apr 10 14:53:10 UTC 2018 - cgoll@suse.com