<div class="gmail_quote">On Fri, Nov 4, 2011 at 5:08 PM, Rob Munsch <span dir="ltr"><<a href="mailto:Munsch@phillycarshare.org">Munsch@phillycarshare.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<u></u>



<div><div><div class="h5">
<div dir="ltr" align="left">
<div></div>On Fri, Nov 4, 2011 at 4:26 PM, Rob Munsch <span dir="ltr"><<a href="mailto:Munsch@phillycarshare.org" target="_blank">Munsch@phillycarshare.org</a>></span> 
wrote:<br></div>
<blockquote style="border-left:#000000 2px solid;padding-left:5px;margin-left:5px;margin-right:0px" dir="ltr">
  <div class="gmail_quote">
  <blockquote style="border-left:#ccc 1px solid;margin:0px 0px 0px 0.8ex;padding-left:1ex" class="gmail_quote">Forking the Android thread as this is a different 
    direction :)<br><br>I've Android 2.3.3 on a Motorola Droid 2 Global and 
    figured, what the hey, let's try it: it installs from the market, and while 
    the first version crashed on startup, it accepts settings and runs. 
     But when I open it (with my settings), it detects my Xymon version 
    correctly but gives only STATUS: UNKNOWN.<br><br>I think it's hitting my 
    site - I see at the top above Status<br><br><a href="http://xymon.mydoma.in:8080" target="_blank">xymon.mydoma.in:8080</a> 
    (4.3.0)<br><br>And I am indeed running 4.3.0.  I can also hit the site 
    from the phone's browser with no issues.<br><br>- What could be so different 
    from .2 to .3.3 that could break it like this..?<br>- Is there anything I 
    can do or info I could send you that would help?<br></blockquote>
  <div><font size="2" face="Arial"></font><br></div>
  <div>The app works just fine on my Atrix with Android 2.3.4. 
  </div>
  <div><font size="2" face="Arial"></font><br></div>
  <div>Can you see your web server logs??  Anything in the error log?? 
   What page request shows in the access log?? </div>
  <div><font size="2" face="Arial"></font><br></div>
  <div>Ralph Mitchell<span><font size="2" face="Arial"> </font></span></div></div></blockquote>
</div></div><div dir="ltr"><span>
<div dir="ltr" align="left"><span><font size="2" face="Arial">Hmm, no entries except maybe Apache doesn't like how the app is 
trying to access things... this is in error.log:</font></span></div>
<div dir="ltr" align="left"><span><font size="2" face="Arial"></font></span> </div>
<div dir="ltr" align="left"><span><font size="2" face="Arial">Directory index forbidden by Options directive: 
/var/www/</font></span></div>
<div dir="ltr" align="left"><span><font size="2" face="Arial"></font></span> </div>
<div dir="ltr" align="left"><span><font size="2" face="Arial">That's the only log entry remotely near my hitting Refresh in the 
app.  Nothing in the Xymon logs, nothing in Access either (which fits with 
the app being negged).</font></span></div></span></div></div></blockquote><div><br></div><div>Does your /var/www directory have an index.html file?  If not, soft-link that to xymon.html:</div><div><br></div><div>     cd /var/www</div>
<div>     ln -s xymon.html index.html</div><div><br></div><div>The app gets <a href="http://server.domain.com/">http://server.domain.com/</a> first.  If index.html exists, the web server will send that in response.  If it doesn't exist, the web server will just generate a directory listing, but *only* if directory index is allowed by an Options directive.</div>
<div><br></div><div>Ralph Mitchell</div><div><br></div></div>