<div dir="ltr"><div>I still got the same results:</div><div>/xymon 404</div><div>/xymon/ permissions problem</div><div> </div><div>I separated the xymon apache config and placed it in the conf.d directory</div><div>the same problem as above</div><div> </div><div>so I tried to re-install xymon in the asterisk home directory</div><div>I had to allow login in the passwd file from /sbin/nologin -> /bin/bash</div><div>this created a huge mess as the paths in xymon all want you to use the xymon user location.</div><div>I removed it from the asterisk directory and re-installed it in the xymon user directory.</div><div> </div><div>I then went changed permissions:</div><div>    chgrp asterisk /home/xymon</div><div>    chgrp asterisk /home/xymon/cgi-bin</div><div>    chgrp asterisk /home/xymon/cgi-secure</div><div> </div><div>    chmod 775 /home/xymon</div><div>    chmod 775 /home/xymon/cgi-bin</div><div>    chmod 775 /home/xymon/cgi-secure</div><div> </div><div>and now I can access the xymon web pages</div><div> </div><div>I don't know if there will be other bumps in the accesses but I will continue to work on them</div><div> </div><div>Thanks all (Jeremy, J C, any anyone else I missed)</div><div>I'll try testing some of my scripts as soon as I setup some additional devices, etc.</div><div> </div><div>Thanks Again!!!</div><div>Tom Schmitt</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, May 7, 2015 at 9:30 PM, 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"><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<span class="HOEnZb"><font color="#888888"><br></font></span></div><span class="HOEnZb"><font color="#888888">Jeremy<br><br></font></span></div><div class="HOEnZb"><div class="h5"><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:0px 0px 0px 0.8ex;padding-left:1ex;border-left-color:rgb(204,204,204);border-left-width:1px;border-left-style:solid"><div dir="ltr"><span><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;padding-left:1ex;border-left-color:rgb(204,204,204);border-left-width:1px;border-left-style:solid">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><font color="#888888"><br></font></span></div><span><font color="#888888"><div class="gmail_extra">Jeremy<br><br></div></font></span></div>
</blockquote></div><br></div>
</div></div></blockquote></div><br></div>