- Removed all explicit php dependencies (bsc#1088887) * updated README.SUSE OBS-URL: https://build.opensuse.org/request/show/595660 OBS-URL: https://build.opensuse.org/package/show/network:cluster/ganglia-web?expand=0&rev=11
12 lines
320 B
Plaintext
12 lines
320 B
Plaintext
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".
|
|
This can be done with
|
|
a2enmod php7
|
|
or
|
|
a2enmod php5
|
|
|
|
apache2 must be restarted after this
|
|
|
|
-- cgoll@suse.de
|