Xymon Mailing List Archive search

Installation

list Adam Thorn
Wed, 27 Mar 2019 15:19:49 +0000
Message-Id: <user-ef70fc35508e@xymon.invalid>

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