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