diff --git a/ganglia-httpd24.conf.d b/ganglia-httpd24.conf.d index 8fa2dc6..03406c7 100644 --- a/ganglia-httpd24.conf.d +++ b/ganglia-httpd24.conf.d @@ -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 diff --git a/ganglia-web.changes b/ganglia-web.changes index e318615..a15e390 100644 --- a/ganglia-web.changes +++ b/ganglia-web.changes @@ -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