Forgot to cc: list...

Calvin Webster wrote:

On Fri, 2004-10-01 at 15:02, Martin Hejl wrote:
Calvin Webster wrote:
> Has anyone had problems rendering the LEAF status pages in Mozilla? > All I get in the Mozilla 1.4.2 browser window is the plain-text source
> of the main page. However, if I bring it up in MSIE it works fine.
That's a known issue - please replace the sh-httpd lrp on the floppy with the version from the packages page at:
http://leaf.sourceforge.net/mod.php?mod=userpage&menu=91017&page_id=51

I downloaded and replaced ssh-httpd.lrp before realizing it was the same version as in the distibution. It still doesn't work in my Mozilla 1.4.2 browser.

Maybe, as Erich implied, the issue is resolved for Mozilla 1.6b and
above.

I'll try updating my browser.

Thanks for the feedback.

It could be a problem with sh-httpd returning an incorrect mime-type, which Mozilla will honor, but IE will typically ignore (in favor of auto-detecting the file type).

If possible, can you provide the output provided by connecting directly to
sh-httpd with the netcat (nc) command?

echo -e "GET / HTTP/1.0\r\n\r\n" | nc <weblet-IP> 80

You should get the html source of the weblet index page, complete with the
headers (which includes the Content-Type header).  Use <shift><page-up> to
scroll back to the headers, or pipe the output to a file, ie:

echo -e "GET / HTTP/1.0\r\n\r\n" | nc <weblet-IP> 80 >debug.txt

...and look at the results with an editor.  If the Content-Type header
doesn't indicate html, your problem is with sh-httpd, not Mozilla.

--
Charles Steinkuehler
[EMAIL PROTECTED]




------------------------------------------------------- This SF.net email is sponsored by: IT Product Guide on ITManagersJournal Use IT products in your business? Tell us what you think of them. Give us Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more http://productguide.itmanagersjournal.com/guidepromo.tmpl ------------------------------------------------------------------------ leaf-user mailing list: [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/leaf-user SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html

Reply via email to