Hello developers, I am running into the strangest bug. <br><br>First,
i've deployed lighttpd on the N810 as a proxy server. It's going to run
a google-gears like system for an app i'm building. <br><br>That's
running just fine, the 404 handler is a script that pings the DB for
whatever the user is looking for. My problem actually deals with the
webserver serving static pages. <br>
<br>So, lighty's working just fine. When you go to <br><br><a href="http://localhost/foo" target="_blank">http://localhost/foo</a> it runs my script and works. <br><br><a href="http://localhost/foo.html" target="_blank">http://localhost/foo.html</a>
(a file in the static hierarchy) the websbrowser attempts to download
it. It's strange, you get a full "download type="text/html" yada yada"
pop up. <br>
<br>The likewise setup (same lighty conf) runs just fine on my computer. It's just the phone.<br><br>I
debugged the html file by downloading index.html from google and trying
to serve that. The N810 webbrowser attempts to download that as well.
The problem must be on the phone. <br>
<br>Does anyone know what this could possibly be?<br><br>Thanks.