On Mon, Oct 07, 2002 at 10:23:58AM +0900, Philipp Meier wrote: > On Mon, Oct 07, 2002 at 10:11:34AM +0900, Jim Freeze wrote: > > > Loading this page via telnet I get the following: > > > > telnet mysite 80 > > Trying 63.106.140.203... > > Connected to mysite > > Escape character is '^]'. > > GET /preload_timetest HTTP/1.0 > > > > HTTP/1.1 404 Not Found > > Date: Mon, 07 Oct 2002 00:57:51 GMT > > Server: Apache/1.3.26 (Unix) mod_ruby/0.9.8 Ruby/1.6.7 PHP/4.0.6 > > Connection: close > > Content-Type: text/html; charset=iso-8859-1 > > > > <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> > > <HTML><HEAD> > > <TITLE>404 Not Found</TITLE> > > </HEAD><BODY> > > <H1>Not Found</H1> > > The requested URL /preload_timetest was not found on this server.<P> > > <HR> > > <ADDRESS>Apache/1.3.26 Server at 63.106.140.203 Port 80</ADDRESS> > > </BODY></HTML> > > Connection closed by foreign host. > > > > Looks like Net/HTTP is doing the right thing, I'm just not > > sure what my browser does to get the page to work. > > Caching? Proxy? Neither. -- Jim Freeze ---------- Programming Ruby def initialize; fun; end A language with class