<div dir="ltr"><div><div><div><div>And following on from this, my Apache server would give me a "not found" page if I didn't append the trailing slash to the URL.  So I added this to my config file:<br><br>Alias /xymon  "/var/lib/xymon/www/"<br><br></div>Note the lack of trailing slash on the first term.  Now I don't need the trailing slash in my URL.  Give it a try and see if it works for you.<br><br></div>Another suggestion, your httpd.conf file specifies an include directory.  You might consider putting the Xymon configuration part in a separate file in conf.d, called (for example) xymon-apache.conf.  That way, you don't lose your config if an Apache upgrade replaces your httpd.conf file.<br><br></div>Cheers<br></div>Jeremy<br><br></div><div class="gmail_extra"><br><div class="gmail_quote">On 8 May 2015 at 11:12, Jeremy Laidman <span dir="ltr"><<a href="mailto:jlaidman@rebel-it.com.au" target="_blank">jlaidman@rebel-it.com.au</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><span class=""><div class="gmail_extra"><br><div class="gmail_quote">On 8 May 2015 at 10:02, Tom Schmitt <span dir="ltr"><<a href="mailto:dtsmon@gmail.com" target="_blank">dtsmon@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">File does not exist:  /var/www/html/xymon</blockquote></div><br><br></div></span><div class="gmail_extra">The web server is looking for web pages in /var/www/html/xymon/.  But the config file shows:<br><br><Directory "/home/xymon/server/www"><br>    Options Indexes FollowSymLinks Includes MultiViews<br>    Order allow,deny<br>    Allow from all<br></Directory><br><br></div><div class="gmail_extra">The log suggests that you're URL is not hitting the "Alias", which is:<br><br>Alias /xymon/  "/home/xymon/server/www/"<br><br></div><div class="gmail_extra">Hmm.  Have you tried appending a trailing slash in your browser?<br></div><div class="gmail_extra"><br></div><div class="gmail_extra">Cheers<span class="HOEnZb"><font color="#888888"><br></font></span></div><span class="HOEnZb"><font color="#888888"><div class="gmail_extra">Jeremy<br><br></div></font></span></div>
</blockquote></div><br></div>