Issue with 4.3 RC1 
    Stewart, Tom L. 
    Tom.Stewart at landsend.com
       
    Wed Feb  9 22:21:24 CET 2011
    
    
  
I am doing some testing with the new RC1 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.
 
Here are some source examples:
<!-- Styles for the menu bar -->
<link rel="stylesheet" type="text/css"
href="/xymon/menu/xymonmenu-blue.css">
 
<!-- Styles for the Xymon body  -->
<link rel="stylesheet" type="text/css" href="/xymon/gifs/xymonbody.css">
 
<!-- The favicon image -->
<link rel="shortcut icon" href="/xymon/gifs/favicon-yellow.ico">
 
The xymon-cgi directory is working properly.
 
    <div class="outer">
      <span class="menutag">Reports<span class="invis">: </span></span>
 
<a class="inner-1" href="/xymon-cgi/eventlog.sh">Event log
Report</a><span class="invis"> | </span>
 
<a class="inner" href="/xymon-cgi/topchanges.sh">Top Changes</a><span
class="invis"> | </span>
 
<a class="inner" href="/xymon-cgi/report.sh">Availability
Report</a><span class="invis"> | </span>
 
<a class="inner" href="/xymon-cgi/snapshot.sh">Snapshot Report</a><span
class="invis"> | </span>
 
<a class="inner" href="/xymon-cgi/confreport.sh">Config Report</a><span
class="invis"> | </span>
 
<a class="inner" href="/xymon-cgi/confreport-critical.sh">Config Report
(Critical)</a><span class="invis"> | </span>
 
<a class="inner" href="/xymon-cgi/hostgraphs.sh">Metrics Report</a><span
class="invis"> | </span>
 
<a class="inner" href="/xymon-cgi/ghostlist.sh">Ghost Clients</a><span
class="invis"> | </span>
 
<a class="inner" href="/xymon-cgi/notifications.sh">Notification
Report</a>
 
In the Makefile I have the following.
 
# 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
 
I made / the DocumentRoot and commented out the Alias
DocumentRoot "/home/xymon/server/www"
 
#Alias /  "/home/xymon/server/www/"
<Directory "/home/xymon/server/www/">
    Options Indexes FollowSymLinks Includes MultiViews
    Order allow,deny
    Allow from all
</Directory>
 
Does anyone have an idea why this is happening? The system is a RedHat
EL6. uname -a shows Linux hostname 2.6.32-71.14.1.el6.x86_64
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.xymon.com/pipermail/xymon/attachments/20110209/d920552b/attachment.html>
    
    
More information about the Xymon
mailing list