Installation
list Matthew Gregory
Hello There I have just installed Xymon on a Ubuntu Server (Google Compute Cloud) but can't see the home page for xymon, I can see the Apache2 test page, is there something I am missing? Matthew Gregory IT Manager Rural Youth & Adult Literacy Trust <http://www.adultliteracy.ac.nz/> www.adultliteracy.ac.nz m: XXX XXX XXXX t: 0800 891 339 e: <mailto:user-ffa8a7401790@xymon.invalid> user-ffa8a7401790@xymon.invalid <https://www.adultliteracy.ac.nz/>
Attachments (1)
list Josh Luthman
Are you requesting /xymon/ ? Did you do your Apache config? Josh Luthman Office: XXX-XXX-XXXX Direct: XXX-XXX-XXXX XXXX Wayne St Suite XXXX Troy, OH XXXXX On Wed, Mar 27, 2019, 6:11 AM Matthew Gregory <user-ffa8a7401790@xymon.invalid>
▸
wrote:
Hello There I have just installed Xymon on a Ubuntu Server (Google Compute Cloud) but can’t see the home page for xymon, I can see the Apache2 test page, is there something I am missing? *Matthew Gregory* IT Manager Rural Youth & Adult Literacy Trust www.adultliteracy.ac.nz *m:* XXX XXX XXXX *t:* 0800 891 339
*e:* user-ffa8a7401790@xymon.invalid [image: Banner] <https://www.adultliteracy.ac.nz/>;
list Matthew Gregory
Yes and can you give an example for a config?
▸
Matthew Gregory
IT Manager
Rural Youth & Adult Literacy Trust
www.adultliteracy.ac.nz
m: XXX XXX XXXX
t: 0800 891 339
e: user-ffa8a7401790@xymon.invalid
On Mar 28, 2019, at 12:37 AM, Josh Luthman <user-4c45a83f15cb@xymon.invalid> wrote: Are you requesting /xymon/ ? Did you do your Apache config? Josh Luthman Office: XXX-XXX-XXXX Direct: XXX-XXX-XXXX XXXX Wayne St Suite XXXX Troy, OH XXXXXOn Wed, Mar 27, 2019, 6:11 AM Matthew Gregory <user-ffa8a7401790@xymon.invalid> wrote: Hello There I have just installed Xymon on a Ubuntu Server (Google Compute Cloud) but can’t see the home page for xymon, I can see the Apache2 test page, is there something I am missing? Matthew Gregory IT Manager Rural Youth & Adult Literacy Trust www.adultliteracy.ac.nz m: XXX XXX XXXX t: 0800 891 339 e: user-ffa8a7401790@xymon.invalid
list Josh Luthman
Configuring your web server @ http://xymon.sourceforge.net/xymon/help/install.html
▸
Josh Luthman
Office: XXX-XXX-XXXX
Direct: XXX-XXX-XXXX
XXXX Wayne St
Suite XXXX
Troy, OH XXXXX
On Wed, Mar 27, 2019, 9:08 AM Matthew Gregory <user-ffa8a7401790@xymon.invalid>
▸
wrote:
Yes and can you give an example for a config? *Matthew Gregory* IT Manager Rural Youth & Adult Literacy Trust www.adultliteracy.ac.nz *m:* XXX XXX XXXX *t:* 0800 891 339 *e:* user-ffa8a7401790@xymon.invalid
[image: Facebook icon] <https://www.facebook.com/RYATL>; [image: Banner] <https://www.adultliteracy.ac.nz/>;
▸
On Mar 28, 2019, at 12:37 AM, Josh Luthman <user-4c45a83f15cb@xymon.invalid> wrote: Are you requesting /xymon/ ? Did you do your Apache config? Josh Luthman Office: XXX-XXX-XXXX Direct: XXX-XXX-XXXX XXXX Wayne St Suite XXXX Troy, OH XXXXX On Wed, Mar 27, 2019, 6:11 AM Matthew Gregory <user-ffa8a7401790@xymon.invalid> wrote:Hello There I have just installed Xymon on a Ubuntu Server (Google Compute Cloud) but can’t see the home page for xymon, I can see the Apache2 test page, is there something I am missing? *Matthew Gregory* IT Manager Rural Youth & Adult Literacy Trust www.adultliteracy.ac.nz *m:* XXX XXX XXXX *t:* 0800 891 339 *e:* user-ffa8a7401790@xymon.invalid [image: Banner] <https://www.adultliteracy.ac.nz/>;
list Bruce Ferrell
▸
On 3/27/19 3:11 AM, Matthew Gregory wrote:
Hello There I have just installed Xymon on a Ubuntu Server (Google Compute Cloud) but can’t see the home page for xymon, I can see the Apache2 test page, is there something I am missing?
Matthew,
You didn't mention HOW you you installed xymon... From a distribution/repo provided package or hand built.
When I hand build xymon, there is a file that get's dropped into my apache's "conf.d" folder, xymon-apache.conf. That folder is used for optional modules and configurations.
I know Debian and it's derivatives have a similar directory.
On my preferred distributions, anything in that folder is automatically read at Apache startup time.
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
list Adam Thorn
▸
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
attachment.png