2018-04-11 12:45:06 +00:00
|
|
|
You need to enable the apache2 php7 or php5 module, before ganglia-web works.
|
|
|
|
SLE-12* is shipped with php5 and SLE-15* is shipped with php7, for this
|
|
|
|
products you also have to add the "Web and Scripting Module".
|
2017-10-16 11:25:06 +00:00
|
|
|
This can be done with
|
|
|
|
a2enmod php7
|
2018-04-11 12:45:06 +00:00
|
|
|
or
|
|
|
|
a2enmod php5
|
|
|
|
|
|
|
|
apache2 must be restarted after this
|
|
|
|
|
2017-10-16 11:25:06 +00:00
|
|
|
-- cgoll@suse.de
|