[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] - HELP Is a linux problem ? is a apache problem ? - HELP
- Subject: Re: [cobalt-users] - HELP Is a linux problem ? is a apache problem ? - HELP
- From: flash22@xxxxxxx
- Date: Wed Mar 14 18:44:02 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
On Wed, 14 Mar 2001 luis@xxxxxxxx wrote:
> Hi guys,
> I'm try to install a cgi (writing in C) software received from a credit card
> # telnet www.domain.com 80
> # POST http://www.domain/cgi-bin/result.cgi HTTP/1.0
You need to use HTTP/1.1 , or include the 1.0 HOST: hack.
with apache in vhost mode , and because of the
rewrite rules, you will *always* get a redirect if you try to send a HTTP
1.0 request, it's trying to make you send a proper request...
> HTTP/1.1 302 Found
gsh