27 Mar
2019
27 Mar
'19
3:19 p.m.
On 27/03/2019 14:43, Bruce Ferrell wrote:
Debian (and derivatives) sometimes needs to have the module(s) in that folder be enabled or activated with a CLI command (a2enmod? I forget) before apache will use them.
You might google:
ubuntu apache module enable
For more in-depth information on where to check for the xymon-apache file
Certainly, the 'xymon' package provided in the standard Ubuntu repositories provides a /etc/apache2/conf-available/xymon.conf apache config file. Enabling that and restarting apache, e.g.
a2enconf xymon apache2ctl restart
is needed if using that package.
Adam