[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-users] support for HTTP 1.0?
- Subject: [cobalt-users] support for HTTP 1.0?
- From: Jeff Meininger <jeffm@xxxxxxxxxxxxxxx>
- Date: Thu Sep 13 11:31:03 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
I'm not 100% up to speed on how linux/apache/cobalt provides virtual site
features (that is, how 1 Raq can behave as multiple servers based on the
hostname to which you try connecting).
If I enter a HTTP 1.0 request by telnetting to port 80 of a Raq4-served
virtual site www.mydomain.com and typing "GET / HTTP/1.0", I get a
HTTP/1.1 302 Found response redirecting me to
http://actual-hostname-of-raq.isp.com/ complete with text saying:
The document has moved <A
HREF="http://actual-hostname-of-raq.isp.com/">here</A>.<P>
Does raq4 rely on the hostname provided in the HTTP request? If so, I'm
confused because if I perform the same test (telnet to port 80, issue
simple HTTP 1.0 request for /) on a different (generic, non-cobalt) linux
machine (www.my-other-virtual-site.com) running apache, I get the actual
index.html I'd expect to get.
How can I configure a Raq to respond properly to HTTP 1.0 requests for
virtual sites?
Thanks...
-Jeff Meininger