[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] RE: cant submit names to inktomi
- Subject: Re: [cobalt-users] RE: cant submit names to inktomi
- From: Menno M Jansz <lists@xxxxxxxxx>
- Date: Thu Mar 7 20:11:02 2002
- Organization: Jansz.com
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
>I tellnet into site A on port 80.
> - open www.siteA.com 80
>
>I attempt a get for a page known to be part of site A
> - get /PageA/
>
>The server responds with a 302 and says [FOUND]
>
>---but---
>
>The document has moved here
> -www.siteB.com/PageA
>
>This url does not work if entered into a browser and simply does not exist
>
I think this is because you are not passing the host header, which is part of the HTTP/1.1 spec and which apache uses
for virtual hosts.
Cheers,
Menno.