Accepting request 597240 from network:cluster

- Fix comment in config file to cover both php5 and php7
  (bsc#1088887).

OBS-URL: https://build.opensuse.org/request/show/597240
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ganglia-web?expand=0&rev=3
This commit is contained in:
Dominique Leuenberger 2018-04-17 09:19:18 +00:00 committed by Git OBS Bridge
commit 7436277bcc
2 changed files with 9 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,9 @@
-------------------------------------------------------------------
Mon Apr 16 21:24:26 UTC 2018 - eich@suse.com
- Fix comment in config file to cover both php5 and php7
(bsc#1088887).
-------------------------------------------------------------------
Tue Apr 10 14:53:10 UTC 2018 - cgoll@suse.com