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:
commit
7436277bcc
@ -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>
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user