- 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:
parent
6e9af47e88
commit
ca8d73dd52
@ -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,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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user