Xymon Mailing List Archive search

Issue with 4.3 RC1

list Larry Barber
Thu, 10 Feb 2011 15:06:57 -0600
Message-Id: <AANLkTik6+8Mx2c9w+efep5RPvE399gZdBR+kX6E=user-a1e4f8b1bff6@xymon.invalid>

The "extra" xymon is supposed to be there. It is what tells your web server
were to look for your web pages. Your configuration file for Apache should
contain something like this:

Alias /xymon/  "/usr/local/xymon/server/www/"
<Directory "/usr/local/xymon/server/www">
    Options Indexes FollowSymLinks Includes MultiViews
    Order allow,deny
    Allow from all
</Directory>

Which tells Apache to look at /usr/local/xymon/server/www whenever it sees
"xymon". There are similar entries for xymon-cgi and cgi-secure.

Check you web server logs, I'm almost positive you find that Apache cannot
access the web page files.

Thanks,
Larry Barber

On Thu, Feb 10, 2011 at 2:42 PM, Stewart, Tom L.
<user-f210f371749e@xymon.invalid>wrote:
 I don’t see how permissions would create the web page links with the
extra /xymon/ as part of the link.


For example the xymon web page comes up, but the Main view link shows
“/xymon/xymon.html” instead of just “xymon.html”. I don’t know why xymon is
adding the extra path. Any paths with xymon-cgi work without any problems.


Thank you,

Tom


*From:* Larry Barber [mailto:user-6ef9c2864140@xymon.invalid]
*Sent:* Thursday, February 10, 2011 1:00 PM
*To:* xymon at xymon.com

*Subject:* Re: [xymon] Issue with 4.3 RC1


I suspect that you'll find that you have some overly strict permission
settings on your web files. I had a similar problem when I installed RC1 and
relaxing the permissions so that the Apache user (usually "nobody") can read
the files fixed the problem. You will probably want to make sure that the
xymon user account has a umask no more restrictive than 022. Also, if this
is a new OS install, make sure selinux is turned off.

Thanks,
Larry Barber

On Thu, Feb 10, 2011 at 8:38 AM, Stewart, Tom L. <user-f210f371749e@xymon.invalid>
wrote:

This is a brand new install on a newly created server.

Tom


-----Original Message-----
From: Buchan Milne [mailto:user-9b139aff4dec@xymon.invalid]
Sent: Thursday, February 10, 2011 2:38 AM
To: xymon at xymon.com
Cc: Stewart, Tom L.
Subject: Re: [xymon] Issue with 4.3 RC1

On Wednesday, 9 February 2011 23:21:24 Stewart, Tom L. wrote:
I am doing some testing with the new RC1 release
How did you install? Over a previous release?
and I am having trouble
with the xymon web page. It does come up, but it seems to be adding a
/xymon/ in front of the directories so the web is not picking up the
stylesheets.

[..]
# URL for Xymon webpages

XYMONHOSTURL = /

# URL for Xymon CGIs

XYMONCGIURL = /xymon-cgi

# URL for Xymon Admin CGIs

SECUREXYMONCGIURL = /xymon-seccgi

# Webserver group-ID

HTTPDGID=apache
Check the XYMON.*URL entries in your xymonserver.cfg file.

Regards,
Buchan