Hi, > From: Chris Gehlker [mailto:canyonrat / mac.com] > Sent: Wednesday, October 23, 2002 1:46 PM > > Here it is: > > http://www.ruby-lang.org/~nahi/raa/raa-download-check-20021023.html > I just looked and it says that my project, RubyStudio, returned 404. > When I went to RRA and clicked on the link, it worked fine. I'm > confused. Hmm. Here's a session log of accessing <URL:http://homepage.mac.com/canyonrat/> by hand. $ telnet homepage.mac.com 80 Trying 204.179.120.34... Connected to homepage.mac.com. Escape character is '^]'. HEAD /canyonrat/ HTTP/1.1 Host: homepage.mac.com Connection: close User-agent: NaHi (by hand) HTTP/1.1 404 Not found Date: Wed, 23 Oct 2002 05:10:44 GMT Content-Type: text/html Connection: close Server: Netscape-Enterprise/3.6 SP3 Via: 1.1 netcache01 (NetCache NetApp/5.2.1R2D2) Sending GET request succeeds so you can browse the page by your browser. I don't know the reason why httpd of your ISP returns 404 to HEAD request... # AFAIK, According to HTTP spec, response to HEAD # request should be the same as of GET request. Regards, // NaHi